From 734b8bfd406e84ef667947f26233d818bdd2bdac Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 4 Dec 2020 16:09:26 -0500 Subject: [PATCH] actions take 87 --- src/travis/windows-before-install.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/travis/windows-before-install.sh b/src/travis/windows-before-install.sh index e506bb74..5e598749 100755 --- a/src/travis/windows-before-install.sh +++ b/src/travis/windows-before-install.sh @@ -16,8 +16,11 @@ export mypath=$(pwd) cd ~ choco install python $CHOCOPTIONS -export python=python3 -export pip=pip3 +export python="/c/Python39/bin/python3" +export pip="/c/Python39/bin/pip3" +ls -l / +ls -l /c +ls -l /c/Python39/ # Python #echo "Installing Python..."