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
Simply remove the virtual environment from the system.There's no special command for it
rm -rf venv