Skip to content

Instantly share code, notes, and snippets.

@ankyit
Created July 25, 2019 08:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ankyit/62357c0962de3c8f4e32afe1945764b8 to your computer and use it in GitHub Desktop.
Save ankyit/62357c0962de3c8f4e32afe1945764b8 to your computer and use it in GitHub Desktop.
Go / Node #100daysofcode
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