Skip to content

Instantly share code, notes, and snippets.

@v-thomp4
Created September 21, 2015 09:16
Show Gist options
  • Save v-thomp4/bf4eacf394477b490014 to your computer and use it in GitHub Desktop.
Save v-thomp4/bf4eacf394477b490014 to your computer and use it in GitHub Desktop.
install go1.4.2 ubuntu 14.04
apt-add-repository ppa:git-core/ppa
apt-get update
apt-get install git
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
source /root/.gvm/scripts/gvm
apt-get install bison
gvm install go1.4.2
gvm use go1.4.2 [--default]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment