相关文章推荐
一直单身的手链  ·  panda ...·  1 周前    · 
想出国的拐杖  ·  python dataframe ...·  2 天前    · 
博学的豌豆  ·  mysql ...·  1 年前    · 
玩足球的人字拖  ·  c# - WPF - How do ...·  1 年前    · 
傻傻的南瓜  ·  java - is there a way ...·  1 年前    · 
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

I had pip installed earlier on my OSX, but its not working somehow. So, i was trying to install pip again, using the command :

sudo easy_install pip

But it gives me the error as below :

pip 9.0.1 is already the active version in easy-install.pth
Installing pip script to /usr/local/bin
error: [Errno 2] No such file or directory: '/usr/local/bin/pip'

I am neither able to use pip, nor install it.

Yes, I did check cheng.logdown.com/posts/2015/06/14/… but when I try and check which pip, i dont get any response, so I think pip is not there somehow on my system. And i am unable to install it as well. – Sarang Manjrekar Dec 22, 2016 at 4:53 There's no man page for this command, but it does work in some cases -- it updates the bash path hash, which sometimes gets stale under pyenv. computerhope.com/unix/bash/hash.htm – Autumn Jul 23, 2021 at 23:07

Thanks for contributing an answer to Stack Overflow!

  • Please be sure to answer the question. Provide details and share your research!

But avoid

  • Asking for help, clarification, or responding to other answers.
  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.