Skip to content

cedric-fauth/pants-pythonpath-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published