Advertisement
Guest User

Virtualenv error

a guest
Jun 20th, 2014
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. $ virtualenv venv
  2. Traceback (most recent call last):
  3. File "/home/rohit/bin/virtualenv", line 5, in <module>
  4. from pkg_resources import load_entry_point
  5. File "/usr/local/lib/python2.7/dist-packages/pkg_resources.py", line 2880, in <module>
  6. parse_requirements(__requires__), Environment()
  7. File "/usr/local/lib/python2.7/dist-packages/pkg_resources.py", line 596, in resolve
  8. raise DistributionNotFound(req)
  9. pkg_resources.DistributionNotFound: virtualenv==1.9.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement