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 Giga Image
Recipients Giga Image, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-04-08.19:01:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460142070.89.0.361834041489.issue26715@psf.upfronthosting.co.za>
In-reply-to
Content
Win10/Python 3.5.1

If virtual environment was activated using powershell script, it can not deactivate the environment using only provided deactivate.bat.

Pre-condition : Virtual environment already in place.

1. Open elevated Powershell (Administrator access).

2. Activate virtual environment using activate.ps1 (must).

3  Deactivate the environment in powershell using deactivate.bat (since there is no deactivate.ps1).

Observation : Virtual environment never exit.
Expected: deactivate script should be working as expected (as the script name suggests).

NOTE: See attached screenshot.
History
Date User Action Args
2016-04-08 19:01:11Giga Imagesetrecipients: + Giga Image, paul.moore, tim.golden, zach.ware, steve.dower
2016-04-08 19:01:10Giga Imagesetmessageid: <1460142070.89.0.361834041489.issue26715@psf.upfronthosting.co.za>
2016-04-08 19:01:10Giga Imagelinkissue26715 messages
2016-04-08 19:01:10Giga Imagecreate