From: Berker Peksag Date: Mon, 27 Jun 2016 10:10:47 +0000 (+0300) Subject: Issue #27393: Fix escaping of C:\ too X-Git-Tag: v3.6.0a3~63^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6803f35acce4490de75a3a234000568904ea87f8;p=thirdparty%2FPython%2Fcpython.git Issue #27393: Fix escaping of C:\ too --- diff --git a/Doc/using/venv-create.inc b/Doc/using/venv-create.inc index c263cf741b3c..7ad30088267c 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 /bin/activate.csh | +-------------+-----------------+-----------------------------------------+ -| Windows | cmd.exe | C:\> \\Scripts\\activate.bat | +| Windows | cmd.exe | C:\\> \\Scripts\\activate.bat | +-------------+-----------------+-----------------------------------------+ -| | PowerShell | PS C:\> \\Scripts\\Activate.ps1 | +| | PowerShell | PS C:\\> \\Scripts\\Activate.ps1 | +-------------+-----------------+-----------------------------------------+ You don't specifically *need* to activate an environment; activation just