我试图在MacOS蒙特利上使用MacOS,但它似乎不起作用。我已经通过自制安装了它,并且
/opt/homebrew/Cellar/mongodb-community/6.0.1/bin/mongo失踪了。
brew list mongodb-community@6.0
返回:
/opt/homebrew/Cellar/mongodb-community/6.0.1/bin/install_compass
/opt/homebrew/Cellar/mongodb-community/6.0.1/bin/mongod
/opt/homebrew/Cellar/mongodb-community/6.0.1/bin/mongos
/opt/homebrew/Cellar/mongodb-community/6.0.1/homebrew.mxcl.mongodb-community.plist
/opt/homebrew/Cellar/mongodb-community/6.0.1/MPL-2
/opt/homebrew/Cellar/mongodb-community/6.0.1/THIRD-PARTY-NOTICES发布于 2022-09-23 01:43:20
你需要首先使用:
brew tap mongodb/brew然后使用:
brew install mongodb-community@6.0这个MongoDB页面记录了这一点:https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-os-x/
https://stackoverflow.com/questions/73460895
复制相似问题