How do I remove/delete a virtualenv?

前端 未结 16 1000
感动是毒
感动是毒 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条回答
  •  Happy的楠姐
    2020-11-29 15:08

    I used pyenv uninstall my_virt_env_name to delete the virual environment.

    Note: I'm using pyenv-virtualenv installed through the install script.

提交回复
热议问题