8000 bpo-45442: Add deactivate step to venv tutorial. (GH-28981) · python/cpython@11b2ae7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 11b2ae7

Browse files
bpo-45442: Add deactivate step to venv tutorial. (GH-28981)
@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
1 parent 00ffc45 commit 11b2ae7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Doc/tutorial/venv.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ For example:
8888
'~/envs/tutorial-env/lib/python3.5/site-packages']
8989
>>>
9090
91+
To deactivate a virtual environment, type::
92+
93+
deactivate
94+
95+
into the terminal.
9196

9297
Managing Packages with pip
9398
==========================

0 commit comments

Comments
 (0)
0