gpt4 book ai didi

go - gvm 在 ubuntu 14.04 中设置 GOPATH

转载 作者:数据小太阳 更新时间:2023-10-29 03:07:31 29 4
gpt4 key购买 nike

我用go1.3安装了gvm,接下来呢?我正在尝试构建 Revel,但出现错误:

can't load package: package github.com/robfig/revel/cmd: cannot find package "github.com/robfig/revel/cmd" in any of:
/home/cnaize/.gvm/gos/go1.3/src/pkg/github.com/robfig/revel/cmd (from $GOROOT)
($GOPATH not set)

如何解决这个问题?

最佳答案

您需要使用pkgset启用gvm

  gvm install go1.2.2
gvm use go1.2.2
gvm pkgset create revel-test
gvm pkgset use revel-test
go get github.com/reve/revel/cmd/revel

关于go - gvm 在 ubuntu 14.04 中设置 GOPATH,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24304746/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com