CentOS7服务器配置
CentOS7服务器配置
1.更换yum软件源
下载阿里源
cd /etc/yum.repos.d sudo wget -nc http://mirrors.aliyun.com/repo/Centos-7.repo
更改阿里yum源为默认源
Centos-7.repo可能要看具体服务器的文件名
sudo mv Centos-7.repo CentOS-Base.repo
更新本地yum缓存
# 全部清除 sudo yum clean all # 更新列表 sudo yum list # 缓存yum包信息到本机,提高搜索速度 sudo yum makecache
2.安装Anaconda3
清华镜像源下载
2.1更换conda源
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ conda config --set show_channel_urls yes
2.2更换pip源
相关推荐
airfish000 2020-09-11
huangzonggui 2020-06-05
zhangwentaohh 2020-05-29
roddex00 2020-04-20
sanshamo 2020-03-27
furongwei 2020-03-26
zlsh00 2020-03-23
oLeiShen 2020-03-07
sapliang 2020-02-22
leodengzx 2020-01-31
meylovezn 2020-01-08
vanturman 2019-12-27
leodengzx 2019-12-27
leodengzx 2019-12-18
sapliang 2019-12-16
furongwei 2019-12-15
wq0 2019-12-14
vanturman 2019-11-09