From 2fc301d061380a587ca8a13d77cd4fe2a46a1980 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 18 Sep 2019 18:14:58 -0400 Subject: [PATCH] full path to win python --- src/travis/windows-x86-before-install.sh | 2 +- src/travis/windows-x86_64-before-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/travis/windows-x86-before-install.sh b/src/travis/windows-x86-before-install.sh index f0623730..079c967a 100755 --- a/src/travis/windows-x86-before-install.sh +++ b/src/travis/windows-x86-before-install.sh @@ -20,7 +20,7 @@ ls -al /c/Python37/DLLs until cp -v /c/ssl/*.dll /c/Python37/DLLs; do echo "trying again..."; done export PATH=$PATH:/c/Python37/scripts cd $mypath -export python=python +export python=/c/Python37/python.exe export pip=pip $pip install --upgrade pip diff --git a/src/travis/windows-x86_64-before-install.sh b/src/travis/windows-x86_64-before-install.sh index c5e0b7b0..e6642844 100755 --- a/src/travis/windows-x86_64-before-install.sh +++ b/src/travis/windows-x86_64-before-install.sh @@ -20,7 +20,7 @@ ls -al /c/Python37/DLLs until cp -v /c/ssl/*.dll /c/Python37/DLLs; do echo "trying again..."; done export PATH=$PATH:/c/Python37/scripts cd $mypath -export python=python +export python=/c/Python37/python.exe export pip=pip $pip install --upgrade pip