Created
November 11, 2014 19:48
-
-
Save ernado/297a166574d17eef9c71 to your computer and use it in GitHub Desktop.
Not to forget
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
wget -qO- https://storage.googleapis.com/golang/go1.3.3.linux-amd64.tar.gz | sudo tar xvz -C /usr/local/ | |
/etc/profile: | |
export GOROOT=/usr/local/go | |
export GOPATH=/go | |
export PATH=$PATH:$GOPATH/bin:$GOROOT/bin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment