在虚拟机中编译运行gotour后,点击运行总是报这个错:Program exited: fork/exec ./go: no such file or directory
请问是为什么?
是我环境配置不对么?
还是需要单独编译安装playground?
```
root账户,在任意路径都可以执行go程序。
在源码中没找到具体在哪里执行go?
$>go env
GOARCH="amd64"
GOBIN="/apps/go/bin"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/apps/gopath:/apps/go"
GORACE=""
GOROOT="/apps/go"
GOTOOLDIR="/apps/go/pkg/tool/linux_amd64"
GO15VENDOREXPERIMENT="1"
CC="gcc"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0"
CXX="g++"
CGO_ENABLED="1"
```
有疑问加站长微信联系(非本文作者)