[issue43437] venv activate bash script has wrong line endings on windows
Jeff Moguillansky
report at bugs.python.org
Mon Mar 8 13:17:00 EST 2021
New submission from Jeff Moguillansky <jmoguill2 at gmail.com>:
when running python.exe -m venv on Windows,
It creates several activate scripts.
The activate bash script has the wrong line endings (it should be unix-style, not windows-style).
Bash scripts should always end with unix style line endings
----------
components: Windows
messages: 388276
nosy: jmoguill2, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: venv activate bash script has wrong line endings on windows
type: compile error
versions: Python 3.8
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43437>
_______________________________________
More information about the Python-bugs-list
mailing list