can't get virtualenvwrapper to work on Ubuntu 10.10 desktop.

mkvirtualenv test_env

returns:

ERROR: virtualenvwrapper could not find virtualenv in your path


I followed the install instructions to the letter.

Any ideas?

link|improve this question

74% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Well, is virtualev installed in the same python as virtualenvwrapper? It requires installing virtualenv separately.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.