covGo icon indicating copy to clipboard operation
covGo copied to clipboard

docker运行有环境变量问题

Open caifutong opened this issue 2 years ago • 0 comments

covGo\utils\execCmd.py执行goc命令报错 error: can't find "main.go": go/build: go list enricofoltran/simple-go-server: exec: "go": executable file not found in $PATH

docker内直接执行goc命令可以成功,但是程序执行就找不到$PATH,env变量和docker内变量不一致?

caifutong avatar May 30 '23 01:05 caifutong