Skip to content

Instantly share code, notes, and snippets.

@ibogun
Last active March 19, 2016 01:16
Show Gist options
  • Save ibogun/f02f00152117e37d8ca6 to your computer and use it in GitHub Desktop.
Save ibogun/f02f00152117e37d8ca6 to your computer and use it in GitHub Desktop.
// choose compilers
sudo update-alternatives --config gcc
sudo update-alternatives --config g++
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-4.9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment