mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 18:01:36 +00:00
fix python path
This commit is contained in:
@@ -36,9 +36,9 @@ tar xf PyInstaller-$PYINSTALLER_VERSION.tar.gz
|
||||
cd PyInstaller-$PYINSTALLER_VERSION/bootloader
|
||||
echo "bootloader before:"
|
||||
md5sum ../PyInstaller/bootloader/Windows-32bit/*
|
||||
\python37\python ./waf all
|
||||
/c/python37/python ./waf all
|
||||
echo "bootloader after:"
|
||||
md5sum ../PyInstaller/bootloader/Windows-32bit/*
|
||||
echo "PATH: $PATH"
|
||||
cd ..
|
||||
\python37\python setup.py install
|
||||
/c/python37/python setup.py install
|
||||
|
||||
Reference in New Issue
Block a user