From dac9e9142802a720c0fd6f611a8a1dfb41b09c6b Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 26 Jul 2019 12:14:45 -0400 Subject: [PATCH] fix python path --- src/travis/windows-x86-before-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/travis/windows-x86-before-install.sh b/src/travis/windows-x86-before-install.sh index 118771fe..fc052c76 100755 --- a/src/travis/windows-x86-before-install.sh +++ b/src/travis/windows-x86-before-install.sh @@ -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