How do I remove/delete a virtualenv?

前端 未结 16 1008
感动是毒
感动是毒 2020-11-29 14:25

I created an environment with the following command: virtualenv venv --distribute

I cannot remove it with the following command: rmvirtualenv venv

16条回答
  •  孤独总比滥情好
    2020-11-29 15:13

    Just to echo what @skytreader had previously commented, rmvirtualenv is a command provided by virtualenvwrapper, not virtualenv. Maybe you didn't have virtualenvwrapper installed?

    See VirtualEnvWrapper Command Reference for more details.

提交回复
热议问题