linux install PyMsql

# 安装pip
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
# 安装PyMysql
pip install PyMySQL
posted @ 2018-11-26 13:35  Done、  阅读(217)  评论(0编辑  收藏  举报