mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
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:
parent
00ffc4513d
commit
11b2ae7f5b
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
==========================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue