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