摘要:
001、 [root@PC1 software]# cat /etc/redhat-release ## 系统版本 CentOS Linux release 7.6.1810 (Core) [root@PC1 software]# conda --version ## conda版本 conda 4 阅读全文
posted @ 2022-09-19 21:58
小鲨鱼2018
阅读(122)
评论(0)
推荐(0)
摘要:
001、 [root@PC1 software]# cat /etc/redhat-release ## 系统发行版 CentOS Linux release 7.6.1810 (Core) [root@PC1 software]# conda --version ## conda版本 conda 阅读全文
posted @ 2022-09-19 21:52
小鲨鱼2018
阅读(131)
评论(0)
推荐(0)
摘要:
001、查看系统 [root@PC1 software]# cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) 002、下载anaconda安装包: wget https://mirrors.tuna.tsinghua.edu.c 阅读全文
posted @ 2022-09-19 21:47
小鲨鱼2018
阅读(729)
评论(0)
推荐(0)
摘要:
-O选项表示将下载的内容进行重命名: [root@PC1 test]# ls [root@PC1 test]# wget -O xxxx http://mirrors.aliyun.com/repo/Centos-7.repo ## 下载内容保存为xxx --2022-09-19 09:42:39- 阅读全文
posted @ 2022-09-19 09:43
小鲨鱼2018
阅读(1030)
评论(0)
推荐(0)
摘要:
https://mirrors.aliyun.com/gnu/gcc/ 阅读全文
posted @ 2022-09-19 09:03
小鲨鱼2018
阅读(599)
评论(0)
推荐(0)
摘要:
001、自动获取IP dhclient 002、获取网关 route -n 阅读全文
posted @ 2022-09-19 08:53
小鲨鱼2018
阅读(237)
评论(0)
推荐(0)