摘要:
1、查看系统 [root@localhost home]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 7.0 (Maipo) 2、yum安装R [root@localhost home]# yum install 阅读全文
摘要:
1、使用yum 直接安装gfortran yum install -y gfortran 报错如下: 2、百度查找,主要参考 https://blog.csdn.net/HOMEGREAT/article/details/81407844 3、使用如下命令安装 : yum install -y gc 阅读全文