Advertisement
Guest User

Untitled

a guest
Mar 27th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/local/bin/virtualenv", line 5, in <module>
  3. from pkg_resources import load_entry_point
  4. File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2603, in <module>
  5. working_set.require(__requires__)
  6. File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 666, in require
  7. needed = self.resolve(parse_requirements(requirements))
  8. File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 565, in resolve
  9. raise DistributionNotFound(req) # XXX put more info here
  10. pkg_resources.DistributionNotFound: virtualenv==1.8.4
  11.  
  12. # easy_install --upgrade virtualenv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement