python pip 换源
pip换源阿里云,在cmd输入命令:
pip config set global.index-url https://mirrors.aliyun.com/pypi/simple
换清华源:
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
查看当前源:
pip config list
pip是一个通用的Python包管理工具,全称是package installer for python
Keep it simple and stupid

浙公网安备 33010602011771号