quaint-telephone-89068
12/07/2022, 2:31 PMvenv 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/pexuser
12/09/2022, 6:11 AM