Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pip does not get installed
#1
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.
Reply
#2
pip should come with 2.7.10

Did you install this python or is your default python for mac?
Recommended Tutorials:
Reply
#3
(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.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020