Eryk Sun <eryk...@gmail.com> added the comment:

venv copies the scripts in binary mode, but apparently the Unix "activate" 
script already has CRLF line endings when Python is installed in Windows. 
Probably the POSIX "Lib/venv/scripts/common/activate" script needs a 
line-ending exception in ".gitattributes":

https://github.com/python/cpython/blob/master/.gitattributes

----------
components: +Library (Lib)
nosy: +eryksun
versions: +Python 3.10, Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43437>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to