How do I remove/delete a virtualenv? I created an environment with the following command: virtualenv venv --distribute I cannot remove it with the following command: rmvirtualenv venv – This is part of virtualenvwrapper as mentioned... April 28, 2022 0 Comments