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
deactivate is the command you are looking for. Like what has already been said, there is no command for deleting your virtual environment. Simply deactivate it!
deactivate