Pip源设置(使用阿里云源)

1750阅读 0评论2023-02-23 大镇
分类:Python/Ruby

在用户根目录下新建.pip目录,在.pip新建pip.conf


点击(此处)折叠或打开

  1. cd ~
  2. mkdir .pip
  3. cd .pip
  4. vim pip.conf

  5. 内容:
  6. [global]
  7. index-url = http://mirrors.aliyun.com/pypi/simple/ #可以手工指定是http的或者https的

  8. [install]
  9. trusted-host=mirrors.aliyun.com

  10. 保存即可

上一篇:CentOS 完美升级gcc版本方法
下一篇:分布式存储系统基础