proud-dentist-22844
04/06/2024, 11:18 PMpants export under dist/ I just discovered that all of the scripts under the venv's bin/ directory have python -sE in the shebangs. Is there a way to prevent pex from adding the -E param in the shebang? I need them to respect PYTHONPATH .proud-dentist-22844
04/07/2024, 12:58 AM--non-hermetic-scripts to the pex venv invocation that happens in pants export.proud-dentist-22844
04/07/2024, 1:15 AM