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