diff options
| author | Frederik Rietdijk <fridh@fridh.nl> | 2017-12-21 17:53:25 +0100 |
|---|---|---|
| committer | Frederik Rietdijk <fridh@fridh.nl> | 2017-12-21 17:53:25 +0100 |
| commit | 310203565c860f5c9f8074aee85871089a1f234e (patch) | |
| tree | cc9cdecf18affd3387774e45c5cb902e3413983f /pkgs/development/python-modules/httpserver | |
| parent | a0aeb2381e5a6c5c57efdec1bf4b4ada44d29511 (diff) | |
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.
Diffstat (limited to 'pkgs/development/python-modules/httpserver')
0 files changed, 0 insertions, 0 deletions
