]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-45442: Add deactivate step to venv tutorial. (GH-28981)
authorsrinivasan <shivnaren@gmail.com>
Fri, 15 Oct 2021 21:24:25 +0000 (02:54 +0530)
committerGitHub <noreply@github.com>
Fri, 15 Oct 2021 21:24:25 +0000 (14:24 -0700)
@vsajip Sorry for the trouble—made a [fairly significant] git error in the previous PR.

Have edited the patch as you had said in #28959.

Automerge-Triggered-By: GH:vsajip
Doc/tutorial/venv.rst

index 221c11ca74b4ef51776cb7e51088db9fc9ba7ae2..58ad31972f603b54982b322d267669719c32d439 100644 (file)
@@ -88,6 +88,11 @@ For example:
   '~/envs/tutorial-env/lib/python3.5/site-packages']
   >>>
 
+To deactivate a virtual environment, type::
+
+    deactivate
+
+into the terminal.
 
 Managing Packages with pip
 ==========================