【笔记】ubuntu将pip源更换为国内(清华)镜像

清华大学开源软件镜像站:pypi 镜像使用帮助

pip install pip -U
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
pip config set global.trusted-host = pypi.tuna.tsinghua.edu.cn

你可能感兴趣的:(ubuntu,docker,linux)