1、执行以下两个命令,设置全局使用国内源(中科大)

1
2
3
pip config set global.index-url https://mirrors.ustc.edu.cn/pypi/web/simple

pip config set global.trusted-host https://mirrors.ustc.edu.cn/pypi/web/simple

2、输出(查看)现有的pip源:

1
pip config list