Skip to content

Instantly share code, notes, and snippets.

@LiutongZhou
Last active July 20, 2018 04:06
Show Gist options
  • Save LiutongZhou/091f515778dea58e52a1c1a0921b0384 to your computer and use it in GitHub Desktop.
Save LiutongZhou/091f515778dea58e52a1c1a0921b0384 to your computer and use it in GitHub Desktop.
Development Environment Quick Setup on CentOS
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