python

python

[toc]

pip国内源配置

pip install安装包时是用从The Python Package Indexhttps://pypi.org/下载,速度较慢,可以配置为国内源

清华开源镜像站pipy地址:https://mirrors.tuna.tsinghua.edu.cn/help/pypi/

使用pip download packagename 某个包,从输出查看是否使用了指定的源

image-20201125014105622

for /r . %i in (dota*.exe) do @echo %i