Skip to content

Instantly share code, notes, and snippets.

@urakozz
Created July 7, 2015 16:57
Show Gist options
  • Save urakozz/18e5ffe33fbf492b83ca to your computer and use it in GitHub Desktop.
Save urakozz/18e5ffe33fbf492b83ca to your computer and use it in GitHub Desktop.
Go debian
wget -O - https://storage.googleapis.com/golang/go1.4.2.linux-amd64.tar.gz | sudo tar -xzC /usr/local -f -
echo '# Setup for golang' |sudo tee /etc/profile.d/golang.sh
echo 'PATH=$PATH:/usr/local/go/bin'|sudo tee -a /etc/profile.d/golang.sh
source /etc/profile.d/golang.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment