pydk
pydk copied to clipboard
pip wheel.py is forcing compileall
disregarding PYTHONDONTWRITEBYTECODE
around 687 replace
if pycompile:
by
if not os.environ.get('PYTHONDONTWRITEBYTECODE', not pycompile):