python配置国内源
时间: 2023-11-26 07:38:04 浏览: 76
python 国内源
要配置Python的国内源,您可以按照以下步骤进行操作:
1. 永久使用国内pypi镜像安装(Linux):
- 打开终端并切换到用户目录:`cd ~/.pip`(如果没有该目录,请先创建)
- 编辑pip.conf文件:`vim pip.conf`
- 在文件中添加以下内容:
```
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host = https://pypi.tuna.tsinghua.edu.cn
```
- 保存并关闭文件:按下Esc键,然后输入`:wq`,最后按下回车键
2. 永久使用国内pypi镜像安装(Windows):
- 在当前用户目录中创建一个名为pip的文件夹,例如:`C://User/xxx/pip`
- 在pip文件夹中创建一个名为pip的文本文件,并将后缀名由".txt"改为".ini"
- 编辑pip.ini文件,并添加以下内容:
```
[global]
index-url = http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host = http://mirrors.aliyun.com/pypi/simple/
```
- 保存并关闭文件
3. 临时使用某个镜像源:
- 在使用pip时,在命令后面加上"-i"参数,指定pip源,例如:
```
pip install xxx -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
```
4. 国内常用镜像源:
- 阿里云:`http://mirrors.aliyun.com/pypi/simple/`
- 中国科技大学:`https://pypi.mirrors.ustc.edu.cn/simple/`
- 豆瓣:`http://pypi.douban.com/simple/`
- 清华大学:`https://pypi.tuna.tsinghua.edu.cn/simple/`
- 中国科学技术大学:`http://pypi.mirrors.ustc.edu.cn/simple/`
阅读全文