This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author doc
Recipients doc, docs@python
Date 2016-05-17.01:33:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463448805.55.0.933820705649.issue27045@psf.upfronthosting.co.za>
In-reply-to
Content
In the documentation for pyvenv (https://docs.python.org/dev/library/venv.html), there is a table that shows by platform the command required to activate a virtual environment by OS.  For Windows, the values are:

Platform        Shell       Command to activate virtual environment
-------------------------------------------------------------------
Windows         cmd.exe     C:> <venv>/Scripts/activate.bat
  	        PowerShell  PS C:> <venv>/Scripts/Activate.ps1

The commands are incorrect-- they contain forward slashes and should be back slashes.
History
Date User Action Args
2016-05-17 01:33:25docsetrecipients: + doc, docs@python
2016-05-17 01:33:25docsetmessageid: <1463448805.55.0.933820705649.issue27045@psf.upfronthosting.co.za>
2016-05-17 01:33:25doclinkissue27045 messages
2016-05-17 01:33:25doccreate