linux 软件源 镜像源 yum apt pip
linux 软件源 镜像源 yum apt pip
1.linux源 2.pypi 源
1.linux源
中国科技大学 http://mirrors.ustc.edu.cn/ 科大源帮助
http://mirrors.ustc.edu.cn/help/debian.html
华中科技大学源
http://mirror.hust.edu.cn/
网易源
http://mirrors.163.com/
华为源
https://mirrors.huaweicloud.com/
2.pypi 源
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py # 下载安装脚本 sudo python3 get-pip.py # 运行安装脚本 #注意这里我的环境变量是python3,大家的可能是python
sudo apt-get instal
共有 0 条评论