Beginner, be kind.
The other day Iām all:
sudo apt-get install python-virtualenv
And then I (the following instructions):
virtualenv env
And Ubuntu 10.10 looks like this:
Traceback (most recent call last): File "/usr/local/bin/virtualenv", line 5, in <module> from pkg_resources import load_entry_point File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 2675, in <module> parse_requirements(__requires__), Environment() File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 552, in resolve raise DistributionNotFound(req) pkg_resources.DistributionNotFound: virtualenv==1.5.1
What gives?
python ubuntu virtualenv
John lawrence aspden
source share