I created an environment with the following command: virtualenv venv --distribute
virtualenv venv --distribute
I cannot remove it with the following command: rmvirtualenv venv
rmvirtualenv venv
Use rmvirtualenv
rmvirtualenv
Remove an environment, in the $WORKON_HOME.
$WORKON_HOME
Syntax:
rmvirtualenv ENVNAME
You must use deactivate before removing the current environment.
$ rmvirtualenv my_env
Reference: http://virtualenvwrapper.readthedocs.io/en/latest/command_ref.html