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
This commit is contained in:
srinivasan 2021-10-16 02:54:25 +05:30 committed by GitHub
parent 00ffc4513d
commit 11b2ae7f5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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
==========================