I just installed pip on OS X using the get-pip.py script provided by the developers. The script said it ran successfully, but I cannot execute pip
from the command line. I guess pip
is not in my path, but I don't know where it installed to so I can't add it to the path. Any help would be most excellent. Thanks!
When I attempt to run the install script again, here is the output:
Requirement already up-to-date: pip in /Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages
Cleaning up...
I've found the installation path. It is located here:
/Library/Frameworks/Python.framework/Versions/3.3/bin/pip