高木のブログ

CentOS6でもRuby2.6とRails6を使いたいときのメモ

2019/11/11

CentOS6だとyumで入るgccが古いから上げる必要ある

$ sudo yum install centos-release-scl
$ sudo yum install scl-utils
$ sudo yum install devtoolset-7
$ scl enable devtoolset-7 bash
$ gcc --version
gcc (GCC) 7.3.1 20180303 (Red Hat 7.3.1-5)
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

これでイケる。


SNS でシェアする


ytkg

Written by ytkg, Twitter, GitHub