为了账号安全,请及时绑定邮箱和手机立即绑定

有关详细信息,请参阅:'go help gopath'

有关详细信息,请参阅:'go help gopath'

Go
噜噜哒 2023-06-01 14:21:00
我正在学习 Go,但遇到了一些问题。我关注go install但是一个错误:no install location for directory /Users/skan/documents/study/golang/src/section1 outside GOPATHFor more details see: ’go help gopath’所以我回到我的 .bash/profile这是我的 .bash/profile# added by Anaconda3 2018.12 installer# >>> conda init >>># !! Contents within this block are managed by ’conda init’ !!__conda_setup=”$(CONDA_REPORT_ERRORS=false ’/anaconda3/bin/conda’ shell.bash hook 2> /dev/null)”if [ $? -eq 0 ]; then\eval ”$__conda_setup”elseif [ -f ”/anaconda3/etc/profile.d/conda.sh” ]; then. ”/anaconda3/etc/profile.d/conda.sh”CONDA_CHANGEPS1=false conda activate baseelse\export PATH=”/anaconda3/bin:$PATH:$GOPATH:$GOBIN”fifiunset __conda_setup# <<< conda init <<<export GOPATH="/Users/skan/Documetns/study/golang"export GOBIN=$GOPATH/bin
查看完整描述

1 回答

?
红颜莎娜

TA贡献1842条经验 获得超12个赞

尝试:

mkdir -p $GOPATH/bin

您看到的错误是安装目录不存在,因此 install 无法执行任何操作。


另外,这里有个错别字:

export GOPATH="/Users/skan/Documetns/study/golang"

所以,同样的推理,但是,试试Documents


查看完整回答
反对 回复 2023-06-01
  • 1 回答
  • 0 关注
  • 120 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信