Python Forum
pip does not get installed - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: pip does not get installed (/thread-8259.html)



pip does not get installed - jsjudd - Feb-12-2018

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.


RE: pip does not get installed - metulburr - Feb-12-2018

pip should come with 2.7.10

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


RE: pip does not get installed - jsjudd - Feb-13-2018

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