[issue35003] Provide an option to venv to put files in a bin/ directory on Windows

Erik Aronesty report at bugs.python.org
Mon Jan 20 16:12:19 EST 2020


Erik Aronesty <erik at q32.com> added the comment:

the single Scripts/activate tool should be simply copied to bin/activate ... this is what you have to do to write a bash script for python now:

source bin/activate || source Scripts/activate

we should not assume that all windows users use things like CMD and PowerShell, and instead just make support for "shell activation" be cross-platform

----------
nosy: +earonesty

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35003>
_______________________________________


More information about the Python-bugs-list mailing list