共计 253 个字符,预计需要花费 1 分钟才能阅读完成。
今天在学习 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…
正文完