# 下载适用于 Python 3.7 的正确版本
curl https://bootstrap.pypa.io/pip/3.7/get-pip.py -o get-pip.py# 使用 Python 3.7 运行安装
python3.7 get-pip.py# 清理文件
rm get-pip.py
# 下载适用于 Python 3.7 的正确版本
curl https://bootstrap.pypa.io/pip/3.7/get-pip.py -o get-pip.py# 使用 Python 3.7 运行安装
python3.7 get-pip.py# 清理文件
rm get-pip.py