disable python bytecode during execution of pyinstaller
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user