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?
Well, is virtualev installed in the same python as virtualenvwrapper? It requires installing virtualenv separately.