Update windows-before-install.sh

This commit is contained in:
Jay Lee
2021-06-28 17:06:47 -04:00
committed by GitHub
parent 7c1f06fdf7
commit fb08991c05

View File

@@ -13,8 +13,8 @@ echo "This is a ${BITS}-bit build for ${PLATFORM}"
export mypath=$(pwd)
cd ~
export python="python"
export pip="pip"
export python="c:\python\python.exe"
export pip="c:\python\scripts\pip.exe"
# pyscard needs swig, keep these two together
choco install $CHOCOPTIONS swig