How to leave/exit/deactivate a Python virtualenv

前端 未结 13 1579
春和景丽
春和景丽 2020-11-27 08:42

I\'m using virtualenv and the virtualenvwrapper. I can switch between virtualenv\'s just fine using the workon command.

me@mymachine:~$ workon          


        
13条回答
  •  执念已碎
    2020-11-27 09:16

    Simply type the following command on the command line inside the virtual environment:

    deactivate
    

提交回复
热议问题