python 3 国内镜像源 (阿里、清华、中科大)
python 3 国内镜像 (阿里、清华)
·
友情提示:
如果 su 到 root ,当前路径没有改变,但是 ~ 已经改变,所以,su 之后的话,需要在新的 home 目录下创建 .pip 目录并配置
mkdir ~/.pip -p
vim ~/.pip/pip.conf
[global]
index-url = https://mirrors.aliyun.com/pypi/simple
[install]
trusted-host=mirrors.aliyun.com
清华镜像
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host = https://pypi.tuna.tsinghua.edu.cn
中国科技大学
[global]
index-url = https://pypi.mirrors.ustc.edu.cn/simple
[install]
trusted-host = https://pypi.mirrors.ustc.edu.cn
临时使用方法
一安装 networking-ovn 4.0.4 版为例
阿里云
pip3 install networking-ovn==4.0.4 -i https://mirrors.aliyun.com/pypi/simple/
清华
pip3 install networking-ovn==4.0.4 -i https://pypi.tuna.tsinghua.edu.cn/simple/
中科大
pip3 install networking-ovn==4.0.4 -i https://pypi.mirrors.ustc.edu.cn/simple/
开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!
更多推荐
已为社区贡献10条内容
所有评论(0)