Last active
August 11, 2016 13:24
-
-
Save ozen/4a3d0e761664c0ce3b4a97efc035630f to your computer and use it in GitHub Desktop.
This file contains 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
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 10 | |
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-5 20 | |
update-alternatives --config gcc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment