disregarding PYTHONDONTWRITEBYTECODE around 687 replace ``` if pycompile: ``` by ``` if not os.environ.get('PYTHONDONTWRITEBYTECODE', not pycompile): ```