We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e86cce commit 3805b28Copy full SHA for 3805b28
README.md
@@ -59,7 +59,7 @@ If you don't want to install MySQL server, you can use mysql-client instead:
59
```bash
60
$ # Assume you are activating Python 3 venv
61
$ brew install mysql-client pkg-config
62
-$ export PKG_CONFIG_PATH="/opt/homebrew/opt/mysql-client/lib/pkgconfig"
+$ export PKG_CONFIG_PATH="$(brew --prefix)/opt/mysql-client/lib/pkgconfig"
63
$ pip install mysqlclient
64
```
65
0 commit comments