<#18896 `PYTHONPATH` env var does not get passed v...
# github-notifications
c
#18896 `PYTHONPATH` env var does not get passed via `pants run` Issue created by cedric-fauth Describe the bug I would like to have access to the
PYTHONPATH
env var which is set in my shell. I have a script that tries to read this variable using os.getenv("PYTHONPATH"). However when using
pants run script.py
the output is
None
. Pants version Tested it using pants
2.15.0
and
2.16.0rc1
OS WSL pantsbuild/pants