gpt4 book ai didi

go - 将 Go 与 fish fish shell 一起使用 - 运行 `go install/path/to/src` 时出错

转载 作者:IT老高 更新时间:2023-10-28 13:02:26 39 4
gpt4 key购买 nike

我正在关注 golang 文档的“如何编写代码”部分,here .我也在用 fish fish shell 。

我已按照教程操作并设置了正确的环境变量(GOPATH 和 PATH),但我无法使用命令 go install github.com/user/hello 来处理我的安装。< br/>我收到一个错误:

can't load package: package github.com/user/hello: import "github.com/user/hello": cannot find package

最佳答案

事实上,我错误地设置了我的环境变量。具体来说,在我的 ~/.config/fish/config.fish 文件中设置 GOPATH 时,我需要导出变量。

将这些行放在您的 config.fish 中,以便 fish shell 使用 Go:
set -x GOPATH $HOME/path/to/your/workspace

注意 -x。那就是缺少的东西。

关于go - 将 Go 与 fish fish shell 一起使用 - 运行 `go install/path/to/src` 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18478995/

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