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 zach.ware
Recipients Giga Image, paul.moore, steve.dower, tim.golden, vinay.sajip, zach.ware
Date 2016-04-08.19:21:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460143273.59.0.457285521188.issue26715@psf.upfronthosting.co.za>
In-reply-to
Content
Activate.ps1 creates a 'deactivate' function, just like activate.*sh on UNIX.  deactivate.bat is an implementation detail, because Windows cmd does not support functions.  In any activated venv on any platform, simply doing `deactivate` should work to deactivate the venv.
History
Date User Action Args
2016-04-08 19:21:13zach.waresetrecipients: + zach.ware, paul.moore, vinay.sajip, tim.golden, steve.dower, Giga Image
2016-04-08 19:21:13zach.waresetmessageid: <1460143273.59.0.457285521188.issue26715@psf.upfronthosting.co.za>
2016-04-08 19:21:13zach.warelinkissue26715 messages
2016-04-08 19:21:13zach.warecreate