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.
Click on the Advanced system settings link on the left panel. Click Environment Variables. Under System Variables, double-click the variable PATH. Click New, and add the directory where pip is installed, e.g. C:Python33Scripts, and select OK.
Just run:$ hash -r
in bash and it will be solved.
I've got in the same situation
what I do is remove pip file in /usr/local/bin
and reinstall pip
it worked!!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With