简体   繁体   中英

Python Homebrew Error with Pip

I installed homebrew and which python gives /usr/local/bin/python . However when I type which pip I get/usr/local/bin/pip and not the desired /usr/local/share/python/pip

How do I fix this?

For my python 2.7.6 installation:

My pip is installed to: /usr/local/bin/pip What makes you think it should be installed to /usr/local/share/python/pip ?

Are you seeing a problem when you try and use pip install (whatever) ?

A linux command must be in a bin directory so you have no problem. Pip should be store in /usr/local/bin/pip not in /usr/local/share/python/pip .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM