Before installing YugabyteDB, ensure that you have the following available:
- macOS 10.12 or later. If you are on Apple silicon, you need to download the macOS ARM package.
-
Python 3.11. To check the version, execute the following command:
python --version
-
wgetorcurl.Note that the following instructions use the
wgetcommand to download files. If you prefer to usecurl(included in macOS), you can replacewgetwithcurl -O.To install
wgeton your Mac, you can run the following command if you use Homebrew:brew install wget