0
点赞
收藏
分享

微信扫一扫

pip源修改和无缓存配置

木樨点点 2022-03-30 阅读 32
python
pip3 config set global.cache-dir "no-cache-dir"
pip3 config set global.index-url "https://mirrors.aliyun.com/pypi/simple"
pip3 config set global.timeout 8
pip3 config set install.trusted-host "mirrors.aliyun.com"
举报

相关推荐

0 条评论