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
The following command works for me.
rm -rf /path/to/virtualenv