wget https://bootstrap.pypa.io/get-pip.py
sudo python3 get-pip.py
pip3 -V
sudo pip3 install pymysql
使用 Pip 安装 python 模块
原文:https://www.cnblogs.com/pengch/p/11337905.html