disable python bytecode during execution of pyinstaller

This commit is contained in:
ThomasV 2017-11-27 20:53:36 +01:00
parent 1eab1385e9
commit 78400478fa
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ fi
# These settings probably don't need any change
export WINEPREFIX=/opt/wine64
export PYTHONHASHSEED=22
export PYTHONDONTWRITEBYTECODE=1
PYHOME=c:/python$PYTHON_VERSION
PYTHON="wine $PYHOME/python.exe -OO -B"