编程语言
首页 > 编程语言> > python使用

python使用

作者:互联网

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


标签:python,pypi,simple,https,使用,pip,com
来源: https://www.cnblogs.com/futureyuanshiren/p/16691282.html