New submission from Giga Image: 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. ---------- components: Windows files: one.JPG messages: 263036 nosy: Giga Image, paul.moore, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: can not deactivate venv (deactivate.bat) if the venv was activated by activate.ps1. type: behavior versions: Python 3.5 Added file: http://bugs.python.org/file42401/one.JPG _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26715> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com