From 9e9f9dcae54564a461e451295289b2e6693df210 Mon Sep 17 00:00:00 2001 From: Lyndsi Kay Williams <55605634+lyndsiWilliams@users.noreply.github.com> Date: Sat, 25 Feb 2023 20:34:25 -0600 Subject: [PATCH] fix(docs): Change postgres to postgresql in brew install command (#23202) --- docs/docs/installation/installing-superset-from-scratch.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/installation/installing-superset-from-scratch.mdx b/docs/docs/installation/installing-superset-from-scratch.mdx index b15ccb3157482..c5f051087fc42 100644 --- a/docs/docs/installation/installing-superset-from-scratch.mdx +++ b/docs/docs/installation/installing-superset-from-scratch.mdx @@ -61,7 +61,7 @@ We don't recommend using the system installed Python. Instead, first install the [homebrew](https://brew.sh/) manager and then run the following commands: ``` -brew install readline pkg-config libffi openssl mysql postgres +brew install readline pkg-config libffi openssl mysql postgresql ``` You should install a recent version of Python (the official docker image uses 3.8.16). We'd recommend using a Python version manager like [pyenv](https://github.com/pyenv/pyenv) (and also [pyenv-virtualenv](https://github.com/pyenv/pyenv-virtualenv)).