mac环境brew安装mongodb报错

今天在学习python 安装mongodb时候,老是安装不上
brew install mongodb
安装 mongodb 时

   提示:Error: No available formula with the name 'mongodb'

原来是:
MongoDB不再是开源的了,并且已经从Homebrew中移除 #43770

最新安装方法

   brew tap mongodb/brew
   brew install mongodb-community

新的安装方式可以参考github主页给的提示:https://github.com/mongodb/ho…

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理