more diag

This commit is contained in:
Jay Lee
2019-09-18 18:52:26 -04:00
parent 4ae81bae99
commit 1d3c47f3fd
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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