Python referencing old SSL version

Got this working after several days. MAC OS X El Captian or greater sudo rm -rf /Library/Frameworks/Python.framework/Versions/2.7 sudo rm -rf “/Applications/Python 2.7” cd /usr/local/bin/ ls -l /usr/local/bin | grep ‘../Library/Frameworks/Python.framework/Versions/2.7’ | awk ‘{print $9}’ | tr -d @ | xargs rm brew uninstall python brew uninstall openssl brew link –force openssl Now install python and … Read more