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...

clipboard.png


早饭君
150 声望5 粉丝