Re: [Distutils] Problems using pip on Ubuntu when 2.7, 3.4 and 3.5 are installed

2016-01-08 Thread Leonardo Rochael Almeida
Hi Mr(s) Versions, Your "locate" output shows that you have a manual installation of Python 3.4 on /usr/local, and it's possible that "/usr/local/bin" is ahead of "/usr/bin" in your PATH, which is why pip3 installs into Python 3.4. >From your error message with Python 3.5, it seems like your

[Distutils] Problems using pip on Ubuntu when 2.7, 3.4 and 3.5 are installed

2016-01-08 Thread ars technica
Hi,   thank you for the tutorial here https://docs.python.org/3.5/installing/index.html   I have a problem using pip to install packages to 3.5. I now have three versions installed and pip only addresses the two old ones.   The command pip installs to 2.7 pip3 installs to 3.4 and that