Skip to content

Instantly share code, notes, and snippets.

View qingping209's full-sized avatar
🎯
Focusing

WangQingping qingping209

🎯
Focusing
View GitHub Profile
I did the following to install devtoolset-7:
yum install centos-release-scl
yum install devtoolset-7-gcc-c++
Every time I want gcc to default to using GCC 7, I run the following:
scl enable devtoolset-7 bash