Skip to content

Commit

Permalink
chore(docs): add version for postgres when doing brew install (#24025)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas authored May 15, 2023
1 parent 422e21e commit 2f33c47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 postgresql
brew install readline pkg-config libffi openssl mysql postgresql@14
```

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)).
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/security.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions associated with each role (e.g. by removing or adding permissions to
associated with each role will be re-synchronized to their original values when you run
the **superset init** command (often done between Superset versions).

A table with the permissions for these roles can be found at [/RESOURCES/STANDARD_ROLES.md](/RESOURCES/STANDARD_ROLES.md).
A table with the permissions for these roles can be found at [/RESOURCES/STANDARD_ROLES.md](https://github.com/apache/superset/blob/master/RESOURCES/STANDARD_ROLES.mdd).

### Admin

Expand Down

0 comments on commit 2f33c47

Please sign in to comment.