Created
October 29, 2015 02:45
-
-
Save goodjob1114/9faad636088ed255bd71 to your computer and use it in GitHub Desktop.
error with gvm install go1.5... @dariusc93's solution
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
#!/bin/bash | |
# https://github.com/moovweb/gvm/issues/155 | |
gvm install go1.4 | |
gvm use go1.4 | |
export GOROOT_BOOTSTRAP=$GOROOT | |
gvm install go1.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment