IT常识
技术 Python PHP JavaScript IOS Android Java 数据库 资源 公众号 代码片段 github
  • IT常识
  • 技术

Mac下pip更换源

Posted 2020-10-24 tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac下pip更换源相关的知识,希望对你有一定的参考价值。

cd ~
mkdir
.pip vim .pip/pip.conf

在pip.conf中写入

[global]

index-url = http://mirrors.aliyun.com/pypi/simple/

[install]

trusted-host=mirrors.aliyun.com

 

以上是关于Mac下pip更换源的主要内容,如果未能解决你的问题,请参考以下文章

【Ubuntu】更换pip镜像源

Windows下更换pip源

pip更换国内源(转)

pip更换国内源(转)

Windows下更换pip源为清华源

pip 更换国内源

(c)2006-2024 SYSTEM All Rights Reserved IT常识