From 9fe917179808ab4f1e35dcd3ab0846450727bf10 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 17 Oct 2019 10:43:23 -0400 Subject: [PATCH] fix path --- src/travis/windows-x86_64-before-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/travis/windows-x86_64-before-install.sh b/src/travis/windows-x86_64-before-install.sh index 44e4f22d..9d69207d 100755 --- a/src/travis/windows-x86_64-before-install.sh +++ b/src/travis/windows-x86_64-before-install.sh @@ -13,7 +13,7 @@ cinst -y python3 until cinst -y wixtoolset; do echo "trying again..."; done #until cp -v /c/ssl/libcrypto-1_1-x64.dll /c/Python37/DLLs/libcrypto-1_1.dll; do echo "trying again..."; done #until cp -v /c/ssl/libssl-1_1-x64.dll /c/Python37/DLLs/libssl-1_1.dll; do echo "trying again..."; done -export PATH=$PATH:/c/Users/travis/python/scripts +export PATH=$PATH:/c/Python38/scripts cd $mypath export python=/c/Python38/python.exe export pip=/c/Python38/scripts/pip.exe