Created
December 7, 2016 08:34
-
-
Save devopstaku/13dfd671734f9236cdb4076ab1733c08 to your computer and use it in GitHub Desktop.
This file contains 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
$ 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