After following official instructions here to install mongo-community, it cannot find the command to start mongo.
Steps I used to install mongo:
brew tap mongodb/brew
brew install mongodb-community@3.6
The installation was successful, but when I tried to start mongo with mongo
. This error appears:
zsh: command not found: mongo
Tried the solutions at Mongod: Command Not Found (OS X), none of them worked. Also, can't seem to find where mongo is located.
Thank in advance!