'gaiad version' and 'gaiacli version' commands

Hi everyone,

After executing make commands, I’ve tried to ran ‘gaiad version’ and ‘gaiacli version’, but it shows me the next message: “gaiad: command not found”/“gaiacli: command not found”. Do anyone knows how to solve this problem?

Thanks in advance,
Dany

Seems like your path variables are not set. Try something like:

GOPATH=$HOME/go
PATH=$GOPATH/bin:$PATH
2 Likes

It has been solved.

Thank you katernoir