<#2004 Support for generating non-hermetic console...
# github-notifications
q
#2004 Support for generating non-hermetic console scripts in `venv` Issue created by danxmoran The
venv
command rewrites console script shebangs in the generated virtualenv here, adding
-sE
in the process. Those added flags make it more difficult to use scripts that rely on
PYTHONPATH
(i.e.
pylint
trying to load in-repo plugins). It would be nice if
venv
supported an option to disable the behavior. pantsbuild/pex