Re: Installing django on python3.5.2. Debian

2016-12-14 Thread GMail
As far as I remember, in Debian-based distributions you have to install pip via another package, usually python-pip or python3-pip. Also, there's a way to install pip via easy_install. And yes, you probably shouldn't use system pip, virtualenv does install pip inside newly created virtual

Re: Installing django on python3.5.2. Debian

2016-12-13 Thread Michal Petrucha
On Tue, Dec 13, 2016 at 01:16:52PM -0800, mihail.poplav...@gmail.com wrote: > Hello! I have a problem with installing Django on python 3.5.2, Debian > I can't install pip on this version of python. However, python 3.4 has pip. > How can I install pip in python 3.5.2? If you installed Python from

Re: Installing django on python3.5.2. Debian

2016-12-13 Thread Antonis Christofides
Hi, How did you install Python? Usually pip is installed together with Python. If for some reason it hasn't been installed, you should be able to install it with "python -m ensurepip". See https://docs.python.org/3/library/ensurepip.html. Regards, Antonis Christofides

Installing django on python3.5.2. Debian

2016-12-13 Thread mihail . poplavkov
Hello! I have a problem with installing Django on python 3.5.2, Debian I can't install pip on this version of python. However, python 3.4 has pip. How can I install pip in python 3.5.2? -- You received this message because you are subscribed to the Google Groups "Django users" group. To