前言
祝大家身体健康
正文
如何在Mac
上安装Python的mysqlclient
模块
安装mysql
brew install mysql
安装mysql-client
brew install mysql-client
安装openssl
brew install openssl
查询openssl位置
brew info openssl
设置临时环境变量
将红框部分复制执行
例如
安装模块
因为设置的环境变量只是在当前shell有用
所以在当前shell下安装
pip install mysqlclient