[issue22343] Install bash activate script on Windows when using venv

Paul Moore report at bugs.python.org
Mon Apr 6 20:58:08 CEST 2015


Paul Moore added the comment:

Presumably this would just be a case of moving "activate" from venv/scripts/posix to venv/scripts/common? I don't think including csh or fish scripts on Windows is worthwhile...

Attached is a patch on that basis. I didn't see any tests for which scripts were installed, so I don't think there's anything to change there.

----------
keywords: +patch
nosy: +paul.moore
Added file: http://bugs.python.org/file38851/activate.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22343>
_______________________________________


More information about the Python-bugs-list mailing list