mitchellh / gox

A dead simple, no frills Go cross compile tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The gox command is not working in centos

iyngaran opened this issue · comments

I installed the gox with following command.

go get github.com/mitchellh/gox

But gox -h is not working, It says bash: gox: command not found

@iyngaran Can you share your go environment? The go env command.

My first reaction is to make sure that $GOPATH/bin is in your path. Unless you have $GOBIN set and then that in your path. Is that the case?