How do I remove/delete a virtualenv?

前端 未结 16 993
感动是毒
感动是毒 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:05

    deactivate is the command you are looking for. Like what has already been said, there is no command for deleting your virtual environment. Simply deactivate it!

提交回复
热议问题