摘要: 修改pip安装源。在mac上需要自己创建.pip/目录和配置文件。 # mkdir ~/.pip # vim ~/.pip/pip.conf # 阿里源 [global] index-url = http://mirrors.aliyun.com/pypi/simple/ trusted-host 阅读全文
posted @ 2021-10-25 15:00 一只奔跑的小猿 阅读(354) 评论(0) 推荐(0)