mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Fix Python package breakage due to PYTHONDONTWRITEBYTECODE=1
This closes #4737
This commit is contained in:
parent
05c81a0e71
commit
9862b955e2
@ -106,3 +106,6 @@ unset CONFIG_SITE
|
|||||||
# Ignore custom python installs...
|
# Ignore custom python installs...
|
||||||
unset PYTHONHOME PYTHONPATH PYTHONSTARTUP
|
unset PYTHONHOME PYTHONPATH PYTHONSTARTUP
|
||||||
export PYTHONNOUSERSITE=yes #disable PEP 370
|
export PYTHONNOUSERSITE=yes #disable PEP 370
|
||||||
|
|
||||||
|
# Fix #4737
|
||||||
|
unset PYTHONDONTWRITEBYTECODE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user