Skip to content

Instantly share code, notes, and snippets.

@datenimperator
Created March 8, 2012 12:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save datenimperator/2000853 to your computer and use it in GitHub Desktop.
Save datenimperator/2000853 to your computer and use it in GitHub Desktop.
Last login: Thu Mar 8 09:53:01 on ttys000
c.aust@macbookpro:~$ pip
-bash: pip: command not found
c.aust@macbookpro:~$ brew install pip
Error: No available formula for pip
Install pip with easy_install:
easy_install pip
c.aust@macbookpro:~$ easy_install pip
Traceback (most recent call last):
File "/usr/local/bin/easy_install", line 5, in <module>
from pkg_resources import load_entry_point
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2607, in <module>
parse_requirements(__requires__), Environment()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 565, in resolve
raise DistributionNotFound(req) # XXX put more info here
pkg_resources.DistributionNotFound: setuptools==0.6c12dev-r88124
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment