diff --git a/config/path b/config/path index 7d96080236..5b8488da94 100644 --- a/config/path +++ b/config/path @@ -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