英文:
Is gvm outdated?
问题
最新版本的 gvm listall
提供给我的是 go1.4
。
我是不是漏掉了什么,还是 gvm
已经过时了?
管理(可能有多个)安装的推荐方法是什么?
英文:
The latest version gvm listall
offers me is go1.4
.
Am I missing something or is gvm
outdated?
What's the recommended way to manage (potentially multiple) installations?
答案1
得分: 1
是的,请更新gvm
。另外请注意,Go1.5和GVM仍然存在一些问题,请查看github.com/moovweb/gvm/issues获取一些建议。
$ bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
$ source /Users/vasi/.gvm/scripts/gvm
$ gvm listall | grep 1.5
go1.5
go1.5beta1
go1.5beta2
go1.5beta3
go1.5rc1
英文:
Yes, please update gvm
. Also note, there are still some issues with Go1.5 and GVM, look at github.com/moovweb/gvm/issues for tips.
$ bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
$ source /Users/vasi/.gvm/scripts/gvm
$ gvm listall | grep 1.5
go1.5
go1.5beta1
go1.5beta2
go1.5beta3
go1.5rc1
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论