pip 切换清华镜像源

pip 切换清华镜像源

pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

全局使用阿里的源

pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/

全局使用豆瓣源

pip config set global.index-url https://pypi.douban.com/simple

你可能感兴趣的:(python)