pip安装笔记(anaconda)
1、更换python源 mkdir ~/ .pip cd ~/ .pip vi pip.conf vi编辑内容如下: [ global ] index -url=https: // pypi.tuna.tsinghua.edu.cn/simple [install] trusted-host= pypi.tuna.tsinghua.edu.cn disable -pip-version-check = true timeout = 6000 --------------------- 作者:ke1th 来源:CSDN 原文:https: // blog.csdn.net/u012436149/article/details/66974668 版权声明:本文为博主原创文章,转载请附上博文链接! 上述内容中这一段是可选操作 [install] trusted-host= pypi.tuna.tsinghua.edu.cn disable-pip-version-check = true timeout = 6000 下面是python常用的国内镜像 新版ubuntu要求使用https源,要注意。 清华:https: // pypi.tuna.tsinghua.edu.cn/simple 阿里云:http: // mirrors.aliyun.com/pypi/simple