pydk icon indicating copy to clipboard operation
pydk copied to clipboard

pip wheel.py is forcing compileall

Open pmp-p opened this issue 4 years ago • 0 comments

disregarding PYTHONDONTWRITEBYTECODE

around 687 replace

if pycompile:

by

if not os.environ.get('PYTHONDONTWRITEBYTECODE', not pycompile):

pmp-p avatar Jan 27 '21 22:01 pmp-p