Windows永久修改pip安装源
2021-01-17 21:15
标签:index 文件夹 app pypi c盘 oba 操作 tps 文件 一些国内的pip源: 操作步骤 1. 在C盘中找到目录: C:\Users\用户名\AppData\Roaming 2. 查看在Roaming文件夹下新建pip文件夹(如果已经存在就跳过此步) 3. 在pip文件夹中创建一个pip.ini文件 4. 使用记事本的方式打开pip.ini文件,写入: 5. 完成 Windows永久修改pip安装源 标签:index 文件夹 app pypi c盘 oba 操作 tps 文件 原文地址:https://www.cnblogs.com/lab-zj/p/12187530.html阿里云 http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣(douban) http://pypi.douban.com/simple/
清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host=mirrors.aliyun.com