Search code examples
pythondjangoubuntuvirtualenvvirtualenvwrapper

virtualenvwrapper on Ubuntu 10.10 - Python


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?


Solution

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