[sudo] password for anon:
Reading package lists... Done
Building dependency tree
Reading state information... Done
binutils is already the newest version.
bison is already the newest version.
build-essential is already the newest version.
gcc is already the newest version.
make is already the newest version.
curl is already the newest version.
git is already the newest version.
mercurial is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded.
anon@computer:~/coins/skycoin$ bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
ERROR: Already installed!
anon@computer:~/coins/skycoin$ source $HOME/.gvm/scripts/gvm
anon@computer:~/coins/skycoin$ gvm install go1.4
Already installed!
anon@computer:~/coins/skycoin$ gvm use go1.4
Now using version go1.4
anon@computer:~/coins/skycoin$ gvm install go1.6
Installing go1.6...
* Compiling...
ERROR: Failed to compile. Check the logs at /home/anon/.gvm/logs/go-go1.6-compile.log
ERROR: Failed to use installed version
anon@computer:~/coins/skycoin$ cat /home/anon/.gvm/logs/go-go1.6-compile.log
##### Building Go bootstrap tool.
cmd/dist
ERROR: Cannot find /home/anon/go1.4/bin/go.
Set $GOROOT_BOOTSTRAP to a working Go tree >= Go 1.4.