kataras / iris-cli

[WIP] Iris Command Line Interface
https://iris-go.com
MIT License
124 stars 11 forks source link

iris-cli command not found error #7

Closed akaishingo closed 2 years ago

akaishingo commented 2 years ago

I've installed iris-cli on my system(ubuntu 21,Go version 1.17) using go install github.com/kataras/iris-cli@main When i try to run iris-cli i get iris-cli: command not found any idea about this?

kataras commented 2 years ago

HELLO @akaishingo,

Did you forgot to add the $GOPATH/bin to your PATH environment variable?

image

akaishingo commented 2 years ago

Thanks for your reply:) I found that Ubuntu MATE 21 cannot load the path environment source file automatically, so I just installed the Ubuntu official version. now it works very well.