Created
July 25, 2019 08:16
-
-
Save ankyit/62357c0962de3c8f4e32afe1945764b8 to your computer and use it in GitHub Desktop.
Go / Node #100daysofcode
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
1. Switch to root account | |
2. Navigate to /tmp | |
3. Download source by Running: wget https://dl.google.com/go/go1.12.7.linux-amd64.tar.gz | |
4. Extract files to /usr/local (update version number if needed) tar -C /usr/local -xzf go1.12.7.linux-amd64.tar.gz | |
5. edit /etc/.profile and add export PATH=$PATH:/usr/local/go/bin | |
6. source /etc/.profile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment