mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 09:51:36 +00:00
more diag
This commit is contained in:
@@ -18,6 +18,10 @@ echo "PYthon location:"
|
||||
which $python
|
||||
brew install openssl@1.1 > /dev/null
|
||||
brew info openssl@1.1
|
||||
echo "OpenSSL Lib"
|
||||
ls -al /usr/local/opt/openssl@1.1/lib
|
||||
echo "Local Lib"
|
||||
ls -al /usr/local/lib
|
||||
|
||||
# Compile latest OpenSSL
|
||||
#if [ ! -d openssl-$BUILD_OPENSSL_VERSION ]; then
|
||||
@@ -65,7 +69,6 @@ brew info openssl@1.1
|
||||
#python=~/python/bin/python3
|
||||
#pip=~/python/bin/pip3
|
||||
|
||||
|
||||
$python -V
|
||||
|
||||
cd $whereibelong
|
||||
|
||||
@@ -44,4 +44,5 @@ echo "PATH: $PATH"
|
||||
cd ..
|
||||
$python setup.py install
|
||||
echo "cd to $mypath..."
|
||||
until cp -v /c/ssl/*.dll /c/Python37/DLLs; do echo "trying again..."; done
|
||||
cd $mypath
|
||||
|
||||
Reference in New Issue
Block a user