Last active
July 20, 2018 04:06
-
-
Save LiutongZhou/091f515778dea58e52a1c1a0921b0384 to your computer and use it in GitHub Desktop.
Development Environment Quick Setup on CentOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo yum --enablerepo=extras install centos-release-scl; | |
sudo yum install devtoolset-7; | |
scl enable devtoolset-7 bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment