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 piotr.dobrogost
Recipients piotr.dobrogost, vinay.sajip
Date 2013-04-15.22:14:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366064071.06.0.700925428013.issue17744@psf.upfronthosting.co.za>
In-reply-to
Content
activate.bat sets VIRTUAL_ENV environment variable. This variable is treated as a sign that virtualenv is active. For this reason deactivate.bat should unset this variable. See https://github.com/pypa/virtualenv/pull/364
History
Date User Action Args
2013-04-15 22:14:31piotr.dobrogostsetrecipients: + piotr.dobrogost, vinay.sajip
2013-04-15 22:14:31piotr.dobrogostsetmessageid: <1366064071.06.0.700925428013.issue17744@psf.upfronthosting.co.za>
2013-04-15 22:14:31piotr.dobrogostlinkissue17744 messages
2013-04-15 22:14:30piotr.dobrogostcreate