Skip to content

Commit

Permalink
bpo-45442: Add deactivate step to venv tutorial. (pythonGH-28981)
Browse files Browse the repository at this point in the history
@vsajip Sorry for the trouble—made a [fairly significant] git error in the previous PR.

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

Automerge-Triggered-By: GH:vsajip
  • Loading branch information
ShivnarenSrinivasan authored Oct 15, 2021
1 parent 00ffc45 commit 11b2ae7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Doc/tutorial/venv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
==========================
Expand Down

0 comments on commit 11b2ae7

Please sign in to comment.