gvm是否已过时?

huangapple go评论79阅读模式
英文:

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

huangapple
  • 本文由 发表于 2015年8月21日 18:11:00
  • 转载请务必保留本文链接:https://go.coder-hub.com/32137772.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定