From eebfaaf373b2329ba94a308f6b692a24f6c5c72b Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 12 Aug 2019 12:48:01 -0400 Subject: [PATCH] finish pyinstaller install --- src/travis/windows-x86_64-before-install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/travis/windows-x86_64-before-install.sh b/src/travis/windows-x86_64-before-install.sh index 9f375c71..1093e28d 100755 --- a/src/travis/windows-x86_64-before-install.sh +++ b/src/travis/windows-x86_64-before-install.sh @@ -38,3 +38,7 @@ md5sum ../PyInstaller/bootloader/Windows-64bit/* /c/python37/python ./waf all --target-arch=64bit echo "bootloader after:" md5sum ../PyInstaller/bootloader/Windows-64bit/* +echo "PATH: $PATH" +cd .. +/c/python37/python setup.py install +cd $mypath