diff --git a/config/path b/config/path index 9aec4f1249..4a6e042994 100644 --- a/config/path +++ b/config/path @@ -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