赞
踩
友情提示:
如果 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/
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。