Ubuntu 18.04 Python修改pip源为阿里源

在home/用户名/目录下创建.pip文件夹

cd ~
mkdir .pip
cd ~/.pip
touch pip.conf

输入以下内容然后保存即可

[global]
trusted-host=mirrors.aliyun.com
index-url=https://mirrors.aliyun.com/pypi/simple/

保存后pip安装的时候就换成了阿里的源了

posted @ 2020-12-28 21:25  ololvvv  阅读(699)  评论(0编辑  收藏  举报