[issue25351] pyvenv activate script failure with specific bash option

R. David Murray report at bugs.python.org
Thu Sep 28 19:07:46 EDT 2017


R. David Murray <rdmurray at bitdance.com> added the comment:

Note that in the equivalent issue raised against virtualenv, the concern was raised that some old sh-like shells might not support this syntax, but it was pointed out that it is part of the posix standard.  I'm not arguing for or against here, just noting relevant information :)

The script comment specifically says "from bash", but presumably the script can be and is sourced from other sh-like shells.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue25351>
_______________________________________


More information about the Python-bugs-list mailing list