Skip to content

Commit

Permalink
docs(install): ubuntu default-libmysqlclient-dev (apache#19715)
Browse files Browse the repository at this point in the history
add `default-libmysqlclient-dev` to required OS dependencies for ubuntu
  • Loading branch information
cemremengu authored and philipher29 committed Jun 9, 2022
1 parent f9e2c13 commit 54f2730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/installation/installing-superset-from-scratch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ level dependencies.
The following command will ensure that the required dependencies are installed:

```
sudo apt-get install build-essential libssl-dev libffi-dev python-dev python-pip libsasl2-dev libldap2-dev
sudo apt-get install build-essential libssl-dev libffi-dev python-dev python-pip libsasl2-dev libldap2-dev default-libmysqlclient-dev
```

In Ubuntu 20.04 the following command will ensure that the required dependencies are installed:

```
sudo apt-get install build-essential libssl-dev libffi-dev python3-dev python3-pip libsasl2-dev libldap2-dev
sudo apt-get install build-essential libssl-dev libffi-dev python3-dev python3-pip libsasl2-dev libldap2-dev default-libmysqlclient-dev
```

**Fedora and RHEL-derivative Linux distributions**
Expand Down

0 comments on commit 54f2730

Please sign in to comment.