This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author shivnaren
Recipients docs@python, shivnaren
Date 2021-10-12.10:39:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634035192.74.0.26138584631.issue45442@roundup.psfhosted.org>
In-reply-to
Content
Priority: Low

The Virtual Environment tutorial page (https://docs.python.org/3/tutorial/venv.html) doesn't specify how we can revert, or deactivate the `venv`.

This is quite a popular question on SO:
https://stackoverflow.com/questions/990754/how-to-leave-exit-deactivate-a-python-virtualenv

``deactivate`` worked for me—this could be added to the docs?

Happy to submit a PR.
History
Date User Action Args
2021-10-12 10:39:52shivnarensetrecipients: + shivnaren, docs@python
2021-10-12 10:39:52shivnarensetmessageid: <1634035192.74.0.26138584631.issue45442@roundup.psfhosted.org>
2021-10-12 10:39:52shivnarenlinkissue45442 messages
2021-10-12 10:39:52shivnarencreate