Skip to content

Commit

Permalink
add PYTHONPATH and MODULEPATH to recognised list variables
Browse files Browse the repository at this point in the history
  • Loading branch information
bcumming committed Jun 26, 2024
1 parent 20ed6f6 commit 7e9ae08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stackinator/etc/envvars.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ class EnvVarKind(Enum):
"LD_LIBRARY_PATH",
"LIBRARY_PATH",
"MANPATH",
"MODULEPATH",
"PATH",
"PKG_CONFIG_PATH",
"PYTHONPATH",
}


Expand Down

0 comments on commit 7e9ae08

Please sign in to comment.