Zachary Ware added the comment: 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.
---------- nosy: +vinay.sajip resolution: -> not a bug stage: -> resolved status: open -> closed _______________________________________ 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