Answers for "mongodb macosx install"

10

install mongodb in mac

// updated 2021
$ brew tap mongodb/brew
$ brew install [email protected]
Posted by: Guest on March-13-2021
2

install mongodb mac

Install brew using the -- /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew tap mongodb/brew
brew install [email protected]
Posted by: Guest on August-09-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language