包管理工具   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"


posted on 2022-09-13 22:53  ygdong  阅读(12)  评论(0编辑  收藏  举报