mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +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...
|
||||
unset PYTHONHOME PYTHONPATH PYTHONSTARTUP
|
||||
export PYTHONNOUSERSITE=yes #disable PEP 370
|
||||
|
||||
# Fix #4737
|
||||
unset PYTHONDONTWRITEBYTECODE
|
||||
|
Loading…
x
Reference in New Issue
Block a user