高版本 gcc 安装在 /opt/rh 下, 有多个版本
以 gcc11 为例子
1. 方法一:
source /opt/rh/devtoolset-11/enable
2. 方法二:
scl enable devtoolset-11 bash
gfortran -v gcc --version scl --list scl --help
exit