Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 364 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 364 Bytes

Problem using PYTHONPATH in pants run goal

PYTHONPATH=/workspaces/pants-pythonpath-test hello=123 pants run src:script

Output should be the same as running the python3 command:

PYTHONPATH=/workspaces/pants-pythonpath-test hello=123 python3 src/script.py:

123
/workspaces/pants-pythonpath-test
Now we call the lib
This is from the lib