Skip to content

Instantly share code, notes, and snippets.

@ainoya
Created October 5, 2014 07:57
Show Gist options
  • Save ainoya/036bc5705bd3f25bf85d to your computer and use it in GitHub Desktop.
Save ainoya/036bc5705bd3f25bf85d to your computer and use it in GitHub Desktop.
install golang
cd /tmp
wget https://storage.googleapis.com/golang/go1.3.3.linux-amd64.tar.gz
tar -xzf go1.3.3.linux-amd64.tar.gz -C /usr/local
cat << EOF > /etc/profile.d/golang.sh
export PATH=\$PATH:/usr/local/go/bin
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment