Skip to content

Instantly share code, notes, and snippets.

@versatran01
Last active August 29, 2015 14:26
Show Gist options
  • Save versatran01/5f1a41268bd9feb5e1b1 to your computer and use it in GitHub Desktop.
Save versatran01/5f1a41268bd9feb5e1b1 to your computer and use it in GitHub Desktop.
update-alternatives for gcc
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-5 60
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.9 40
sudo update-alternatives --config g++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment