Merge pull request #51641 from codedownio/nousersite-master

Allow skipping the use of the PYTHONNOUSERSITE variable
This commit is contained in:
Frederik Rietdijk
2019-05-13 12:39:25 +02:00
committed by GitHub
3 changed files with 9 additions and 2 deletions

View File

@@ -49,6 +49,9 @@
# Skip wrapping of python programs altogether
, dontWrapPythonPrograms ? false
# Skip setting the PYTHONNOUSERSITE environment variable in wrapped programs
, permitUserSite ? false
# Remove bytecode from bin folder.
# When a Python script has the extension `.py`, bytecode is generated
# Typically, executables in bin have no extension, so no bytecode is generated.