Merge pull request #4738 from mklein-de/pythondontwritebytecode

Fix Python package breakage due to PYTHONDONTWRITEBYTECODE=1
This commit is contained in:
mglae 2021-10-24 16:01:44 +02:00 committed by GitHub
commit a0ec688ed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -101,3 +101,6 @@ unset CONFIG_SITE
# Ignore custom python installs...
unset PYTHONHOME PYTHONPATH PYTHONSTARTUP
export PYTHONNOUSERSITE=yes #disable PEP 370
# Fix #4737
unset PYTHONDONTWRITEBYTECODE