包管理工具 python高级版本自带pip
pip修改镜像方式
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
包管理工具 python高级版本自带pip
国内的镜像
pypi 清华大学源:https://pypi.tuna.tsinghua.edu.cn/simple
pypi 腾讯源:http://mirrors.cloud.tencent.com/pypi/simple
pypi 阿里源:https://mirrors.aliyun.com/pypi/simple/
pypi 豆瓣源 :http://pypi.douban.com/simple/
pip修改全局包缓存地址方式
pip config set global.cache-dir "D:/Python/pipcache"
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/289267.html