Where is pip installed to when using get-pip.py?

2019-03-09 09:29发布

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...

标签: python macos pip
7条回答
ゆ 、 Hurt°
2楼-- · 2019-03-09 09:58

I've found the installation path. It is located here:

/Library/Frameworks/Python.framework/Versions/3.3/bin/pip

查看更多
登录 后发表回答