mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 18:01:36 +00:00
fix Python paths for pip install
This commit is contained in:
@@ -18,7 +18,7 @@ if [[ "$PYRESULT" != "0" ]] || [[ "$PYVER" != *"$BUILD_PYTHON_VERSION"* ]]; then
|
||||
echo "Downloading Python $BUILD_PYTHON_VERSION..."
|
||||
wget --quiet https://www.python.org/ftp/python/$BUILD_PYTHON_VERSION/python-$BUILD_PYTHON_VERSION-embed-amd64.zip
|
||||
7z e python-$BUILD_PYTHON_VERSION-embed-amd64.zip -opython
|
||||
ls -alRF /c/Users/travis
|
||||
rm -rf python/*._pth # screws up pip library location
|
||||
fi
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user