This commit is contained in:
Jay Lee
2019-09-27 15:28:31 -04:00
parent 8d7f307173
commit 1de445c5b8

View File

@@ -13,9 +13,9 @@ cd ~/pybuild
#sudo installer -pkg python-$BUILD_PYTHON_VERSION-macosx10.9.pkg -target /
brew install openssl@1.1
brew install python
brew ls --verbose openssl@1.1
brew ls --verbose python
brew install python3
brew ls --verbose openssl@1.1 | grep libssl
brew ls --verbose python3 | grep lib
export python=python3
export pip=pip3