Skip to content

Commit

Permalink
Revert "wrapPythonPrograms: do not propagate disabling user site-pack…
Browse files Browse the repository at this point in the history
…ages to child-processes"

This reverts commit 3102035.

See 3102035#commitcomment-26697890
  • Loading branch information
FRidh committed Jan 7, 2018
1 parent 7633285 commit e527eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/python/wrap.sh
Expand Up @@ -67,7 +67,7 @@ wrapPythonProgramsIn() {
# (see pkgs/build-support/setup-hooks/make-wrapper.sh)
local -a wrap_args=("$f"
--prefix PATH ':' "$program_PATH"
--add-flags '-s'
--set PYTHONNOUSERSITE "true"
)

# Add any additional arguments provided by makeWrapperArgs
Expand Down

0 comments on commit e527eb0

Please sign in to comment.