📜  python mysqlclient library not found for -lssl - SQL 代码示例

📅  最后修改于: 2022-03-11 15:04:57.682000             🧑  作者: Mango

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