Created
May 3, 2019 15:27
-
-
Save khancyr/f29aa15021f555784495b54011dd1aa8 to your computer and use it in GitHub Desktop.
Gcc alternative
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 update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 50 --slave /usr/bin/g++ g++ /usr/bin/g++-9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment