Skip to content

Commit d2182d6

Browse files
Micketsmoors
andauthored
Update docs/python-search-path.md
Co-authored-by: Sam Moors <[email protected]>
1 parent 576b596 commit d2182d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/python-search-path.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Unfortunately, Python offers no environment variables to do the correct thing he
1111
To solve this (initially for Python `multi_deps`) EasyBuild has for a long time supported the use of the custom `EBPYTHONPREFIXES` via a `sitecustomize.py` script for the Python modules we build.
1212
It is included in standard Python installations made with EasyBuild. You can opt out of using `sitecustomize.py` if you have strong technical reasons to avoid it.
1313

14-
This does the correct thing by only considering the correct Python version, and puts Python packages provided by the environment module at the lowest priority, allowing a user venv to override them.
14+
The `sitecustomize.py` script does the correct thing by only considering the correct Python version, and puts Python packages provided by the environment module at the lowest priority, allowing a user venv to override them.
1515

1616
## Using `--prefer-python-search-path`
1717

0 commit comments

Comments
 (0)