1// FOR PYTHON2.7
2/* Locate openssl with command */ brew info openssl
3/* and copy into */ ~/.zshrc/ /* this lines */
4export LDFLAGS="-L/usr/local/opt/*/lib"
5export CPPFLAGS="-I/usr/local/opt/*/include"
6/* then */ source ~/.zshrc/ /* now reload the terminal or set the copied environment variables from the terminal /*