linux install PyMsql

# 安装pip
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
# 安装PyMysql
pip install PyMySQL
原文地址:https://www.cnblogs.com/ipyanthony/p/10019832.html