exec: "go": executable file not found in $PATH异常的原因

Posted luliangel

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了exec: "go": executable file not found in $PATH异常的原因相关的知识,希望对你有一定的参考价值。

尝试在机器上部署athens,运行时发生如下异常

error adding proxy routes ,exec: "go": executable file not found in $PATH。

一般来说go程序的运行环境是不需要安装go的。在交叉编译的加持下,分发部署更加方便。但是如果go程序中通过exec的方式执行了其他go命令,那么部署环境自然也需要安装go,且export到path中。athens有了这样的逻辑才导致上述异常。

技术图片

 

以上是关于exec: "go": executable file not found in $PATH异常的原因的主要内容,如果未能解决你的问题,请参考以下文章

exec: "go": executable file not found in $PATH异常的原因

CentOS VSCode调试go语言出现:exec: "gcc": executable file not found in PATH

VSCode调试go语言出现:exec: "gcc": executable file not found in %PATH%

自定义容器启动脚本报错:exec user process caused "no such file or directory"

Docker:OCI 运行时创建失败:container_linux.go:349:启动容器进程导致“exec:\”java\“:$PATH 中找不到可执行文件”

GO 在 EXEC 中使用时会导致错误:“'GO' 附近的语法不正确。”