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 gwideman
Recipients docs@python, gwideman
Date 2013-09-06.02:02:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378432978.72.0.412156225351.issue18939@psf.upfronthosting.co.za>
In-reply-to
Content
Additionally on the subject of venv docs:  I would encourage making it more clear regarding how activate changes the user's PATH. Both http://www.python.org/dev/peps/pep-0405/  and http://docs.python.org/3.3/library/venv.html  talk about how activate adds the activated python binary to the path, but doesn't mention what path:  The one for the current console session? The system PATH environment variable (Windows) or one of the bash startup scripts (unix)? This is important, because it determines how far-reaching is activation of a particular virtual environment.
History
Date User Action Args
2013-09-06 02:02:58gwidemansetrecipients: + gwideman, docs@python
2013-09-06 02:02:58gwidemansetmessageid: <1378432978.72.0.412156225351.issue18939@psf.upfronthosting.co.za>
2013-09-06 02:02:58gwidemanlinkissue18939 messages
2013-09-06 02:02:57gwidemancreate