This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Josh Wilson
Recipients Josh Wilson, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-01-09.14:12:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483971138.02.0.292455070123.issue29213@psf.upfronthosting.co.za>
In-reply-to
Content
The activate.bat file generated by python -m venv somevirtualenv seems to have a mix of line ending styles.  Sometimes using Carriage Return (CR) and Line Feed (LF) and other times using only CR.

This seems to cause unexpected behavior when trying to modify the file to set additional environment variables.  Since this is a Windows-specific file it seems like it should use Windows-style line endings of CRLF

Deactivate.bat has the same issue.
History
Date User Action Args
2017-01-09 14:12:18Josh Wilsonsetrecipients: + Josh Wilson, paul.moore, tim.golden, zach.ware, steve.dower
2017-01-09 14:12:18Josh Wilsonsetmessageid: <1483971138.02.0.292455070123.issue29213@psf.upfronthosting.co.za>
2017-01-09 14:12:17Josh Wilsonlinkissue29213 messages
2017-01-09 14:12:17Josh Wilsoncreate