


Requirement already up-to-date: pip in /usr/local/lib/python3.4/dist-packages/pip-8.1.2-p圓.4.egg It looks like I don't even have pip installed for python 3.5. usr/local/bin/python3.5: No module named pip Pip 8.1.2 from /usr/local/lib/python3.4/dist-packages/pip-8.1.2-p圓.4.egg (python python3.5 -m pip -version I'm running on Ubuntu 14.04 python3.4 -m pip -version How can I redirect pip3 to install into my python 3.5 directory? I'm trying to install Tensorflow for python 3.5 using pip3 - for reasons described in this github issue - but when I install using sudo pip3 install *.whl it installs to python 3.4. SOLUTION My user did not own permissions to the pip directory, I reinstalled Python 3.5 using the sudo -H flag
