Skip to content

Instantly share code, notes, and snippets.

@kkellydesign
Created August 17, 2012 17:24
Show Gist options
  • Save kkellydesign/3380781 to your computer and use it in GitHub Desktop.
Save kkellydesign/3380781 to your computer and use it in GitHub Desktop.
ERROR: Environment 'duraamen' does not exist. Create it with 'mkvirtualenv duraamen'.
Kaseys-MacBook-Air:duraamen Kasey$ mkvirtualenv duraamen
Traceback (most recent call last):
File "/usr/local/bin/virtualenv", 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 2603, in <module>
working_set.require(__requires__)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 666, in require
needed = self.resolve(parse_requirements(requirements))
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: virtualenv==1.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment