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
I used pyenv uninstall my_virt_env_name to delete the virual environment.
pyenv uninstall my_virt_env_name
Note: I'm using pyenv-virtualenv installed through the install script.