After an hour of searching, I did not find the answer.
My Mac came with Python 2.7, but I decided to upgrade to python 3.4.
- I installed python 3.4 from python.org.
- Now I can use python 3.4 from the terminal.
- Pip is still trying to download python 2.7 packages - numpy for 2.7 is "up to date".
- When I try to --upgrade a package, for example numpy, I get a "no permission" error. When sudo is added, the output is garbage.
How can I tell pip that I'm interested in packages for python 3.4?
Requirement already up-to-date: numpy in /Library/Python/2.7/site-packages
This is problem. I want numpy to be updated with Python 3.4.
user2502954
source share