国内pip下载国内源设置
Linux下,修改 ~/.pip/pip.conf (没有就创建一个文件夹及文件。文件夹要加“.”,表示是隐藏文件夹):
内容如下:
1 | [global] |
国内源:
新版ubuntu要求使用https源,要注意。
1 | 清华:https://pypi.tuna.tsinghua.edu.cn/simple |
Linux下,修改 ~/.pip/pip.conf (没有就创建一个文件夹及文件。文件夹要加“.”,表示是隐藏文件夹):
内容如下:
1 | [global] |
国内源:
新版ubuntu要求使用https源,要注意。
1 | 清华:https://pypi.tuna.tsinghua.edu.cn/simple |