mac install bare mongodb shell

You can use HomeBrew, see the official MongoDB HomeBrew page.

Just add the tap:

brew tap mongodb/brew

And then after adding the tap from above, you can then install the Mongo shell with:

brew install mongodb-community-shell

If also need MongoDB server

brew install mongodb-community

你可能感兴趣的:(mac install bare mongodb shell)