TheYahya / enola

This is Sherlock's sister, Modern shiny CLI tool written with Golang to help you: 🔎 Hunt down social media accounts by username across social networks
MIT License
563 stars 36 forks source link

Command Not Found #28

Open kaifkh20 opened 10 months ago

kaifkh20 commented 10 months ago

Even after installing using the documentation, it always outputs enola : command not found. I am using Ubunut Mate.

Any help is appreciated.

TheYahya commented 6 months ago

Do you have ${GOPATH}/bin in your path?

Aldekein commented 5 months ago

Have the same problem on macOS: And in my /opt/homebrew/Cellar/go/1.21.7/bin there are only 2 executables: go and gofmt so this won't be a fix anyway.

Aldekein commented 5 months ago

I checked Go environment variables by running go env in terminal to see Go environment settings, including $GOPATH and $GOBIN. That's where I discovered the bin directory under $GOPATH which contains the enola executable. It's not the go installed via brew, which is weird, because I didn't have any go on my latest macOS and just installed it with the help of brew package manager.