Skip to content

Instantly share code, notes, and snippets.

@devopstaku
Created December 7, 2016 08:34
Show Gist options
  • Save devopstaku/13dfd671734f9236cdb4076ab1733c08 to your computer and use it in GitHub Desktop.
Save devopstaku/13dfd671734f9236cdb4076ab1733c08 to your computer and use it in GitHub Desktop.
$ bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
$ source ~/.gvm/scripts/gvm
$ gvm install go1.4
$ gvm use go1.4
$ gvm install go1.7.4
$ gvm use go1.7.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment