diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-06-27 06:52:07 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-06-27 06:52:07 (GMT) |
commit | c2cfe33b270d6df6c5ff488fba965162503b74f0 (patch) | |
tree | eeaeee8fc86c62a8f0cc1e92acf687695f436346 /Doc/using | |
parent | c2f2ef8faa366a5b2ba00f97ec18d9b837d2f495 (diff) | |
parent | 9c1e9d453c9d593f25ff34c09410503a61ebe426 (diff) | |
download | cpython-c2cfe33b270d6df6c5ff488fba965162503b74f0.zip cpython-c2cfe33b270d6df6c5ff488fba965162503b74f0.tar.gz cpython-c2cfe33b270d6df6c5ff488fba965162503b74f0.tar.bz2 |
Issue #27393: Merge from 3.5
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/venv-create.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/using/venv-create.inc b/Doc/using/venv-create.inc index c529478..c263cf7 100644 --- a/Doc/using/venv-create.inc +++ b/Doc/using/venv-create.inc @@ -89,9 +89,9 @@ venv's binary directory. The invocation of the script is platform-specific: +-------------+-----------------+-----------------------------------------+ | | csh/tcsh | $ source <venv>/bin/activate.csh | +-------------+-----------------+-----------------------------------------+ -| Windows | cmd.exe | C:\> <venv>\Scripts\activate.bat | +| Windows | cmd.exe | C:\> <venv>\\Scripts\\activate.bat | +-------------+-----------------+-----------------------------------------+ -| | PowerShell | PS C:\> <venv>\Scripts\Activate.ps1 | +| | PowerShell | PS C:\> <venv>\\Scripts\\Activate.ps1 | +-------------+-----------------+-----------------------------------------+ You don't specifically *need* to activate an environment; activation just |