Python Forum

Full Version: pip does not get installed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have followed instructions to install 'pip', but it does not show up.
Here is my command-line output:
JSJv-air:~ me$ python ~/Downloads/get-pip.py
Requirement already up-to-date: pip in /Library/Python/2.7/site-packages
JSJv-air:~ me$ which pip
JSJv-air:~ me$

The last line there indicates no output from the 'which' command, which
indicates that pip is not a known command. I think it should have been
put into /usr/local/bin, but the only thing I find in there is
/usr/local/bin/pip
which is an empty directory.

What have I fouled up? Wall

I have Python version 2.7.10 running on a MacBook Air running MacOS 10.12.6.
pip should come with 2.7.10

Did you install this python or is your default python for mac?
(Feb-12-2018, 01:55 AM)metulburr Wrote: [ -> ]pip should come with 2.7.10

Did you install this python or is your default python for mac?

That I cannot remember. But maybe I detect a suggestion behind your question... should I delete the whole Python thing and re-install it, hoping that the pip issue will go away?

I'm not comfortable with such things. My sporadic history loading such packages is speckled with a lot of time-wasting newbie goofs. But I'll do it if you know an instruction page somewhere.