How to leave/exit/deactivate a Python virtualenv

前端 未结 13 1478
春和景丽
春和景丽 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:35

    It is very simple, in order to deactivate your virtual env

    • If using Anaconda - use conda deactivate
    • If not using Anaconda - use source deactivate
    0 讨论(0)
提交回复
热议问题