Mac下python设置pip国内镜像源

  1. 进入根目录:cd ~/
  2. 进入.pip目录 cd .pip
  3. 如果不存在文件夹就新建mkdir .pip
  4. 进入 cd .pip
  5. 创建pip.conf文件 touch pip.conf
  6. 修改:vim pip.conf
    添加以下代码保存即可
    index-url=http://mirrors.aliyun.com/pypi/simple/
    [install]
    trusted-host=mirrors.aliyun.com

上一篇:Mac使用selenium无法驱动chrome浏览器
下一篇:python运行报错 raise WebDriverException("Can not connect to the Service %s" % self.path) selenium.common

留言评论

暂无留言