/usr/local/go/bin/go: No such file or directory

I just installed GO and followed all steps indicated in the installation guide (added /usr/local/go/bin to the PATH).
When I try to run go, I am getting the /usr/local/go/bin/go: No such file or directory.
I went to the /usr/local/go/bin directory and the file is there. I even try to run from that directory ./go and still get the same error.
Has anybody run into this issue?

Thanks,
Marcelo

Did you install the wrong version of Go? Ie, Linux when you meant osx, or vice versa?

file /usr/local/go/bin/go

Will tell you.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.