参考
阿里巴巴开源镜像站
Ubuntu 装置 pip 并切换国内源
先装置 Python 3 和 pip3
查看 Python 3 和 pip3
python3 --version
pip3 --version
装置实现后
创立 pip 文件夹 并创立 pip.conf 文件
cd ~
mkdir .pip
touch pip.conf
sudo chmod 755 pip.conf
gedit pip.conf
输出阿里云 pypi 镜像源保留即可
[global]
index-url = https://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=mirrors.aliyun.com