Skip to content
Commit 31020356 authored by Frederik Rietdijk's avatar Frederik Rietdijk
Browse files

wrapPythonPrograms: do not propagate disabling user site-packages to child-processes

The `PYTHONNOUSERSITE` was exported to prevent impurities during
runtime. The downside of exporting environment variables is that they
always propagate all the way down the process tree, unless they are
explicitly unset at some point. Using the `-s` argument applies it only
to the process executed in the wrapper. That way, subprocesses are free
to do impure things.
parent a0aeb238
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment