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

2017-01-13 Thread Vinay Sajip
Changes by Vinay Sajip : -- assignee: -> vinay.sajip resolution: -> fixed status: open -> closed ___ Python tracker ___

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

2017-01-13 Thread Evan
Evan added the comment: Works for me on the master branch. Thanks, Vinay. -- ___ Python tracker ___ ___

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

2017-01-12 Thread Vinay Sajip
Vinay Sajip added the comment: Changesets: 3.5 d6ae934da199 3.6 8f77c4f93806 default 7afe82ad34e7 -- ___ Python tracker ___

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

2017-01-12 Thread Vinay Sajip
Vinay Sajip added the comment: I've pushed the changes, but due to some SMTP problem this issue wasn't updated by Roundup: remote: SMTPServerDisconnected: Connection unexpectedly closed: timed out remote: error: changegroup.roundup hook raised an exception: Connection unexpectedly closed:

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

2017-01-12 Thread Evan
Evan added the comment: Works for me in Git Bash. -- ___ Python tracker ___ ___ Python-bugs-list mailing list

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

2017-01-11 Thread Kevin Christopher Henry
Kevin Christopher Henry added the comment: I can confirm that LF endings work fine on Cygwin, and it's hard to imagine any bash implementation not handling that properly. -- ___ Python tracker

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

2017-01-11 Thread Vinay Sajip
Vinay Sajip added the comment: If we do this, the activate script will have LF (POSIX) line endings on Windows. Will this work for things like cygwin, Git-bash etc? -- ___ Python tracker

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

2016-12-17 Thread Evan
Evan added the comment: +1, I'm also using Windows with Git Bash and venv is unusable for me without Brandon's workaround. -- nosy: +evan_ ___ Python tracker

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

2016-12-08 Thread Brandon VanVaerenbergh - NOAA Affiliate
Brandon VanVaerenbergh - NOAA Affiliate added the comment: +1 just experienced this issue migrating from Python3.4 to Python3.5 on windows with bash (MINGW git bash) as primary shell Temporarily resolved issue (on this workstation) by simply copying Python35\Lib\venv\scripts\posix\activate

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

2015-04-06 Thread Paul Moore
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

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

2014-09-12 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- stage: - test needed versions: +Python 3.5 -Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22343 ___

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

2014-09-06 Thread Nick Coghlan
Nick Coghlan added the comment: +1 from me - Vinay? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22343 ___ ___ Python-bugs-list mailing list

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

2014-09-06 Thread Vinay Sajip
Vinay Sajip added the comment: I have no particular objection to this, and it's not a lot of work to make it happen. The POSIX scripts were left out in case the opposite view was advanced - that these scripts would be of no use to most people on Windows, and shouldn't be there cluttering up

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

2014-09-05 Thread Kevin Christopher Henry
New submission from Kevin Christopher Henry: When I use venv to create a new virtual environment in Windows I'm given two activate scripts, a .bat file and a .ps1 file (which is consistent with the documentation). However, bash (and probably the other shells as well) works just fine in

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

2014-09-05 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- nosy: +ncoghlan, vinay.sajip ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22343 ___ ___ Python-bugs-list