1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 07:13:53 -05:00

Updated Common build problems (markdown)

mriviere-opendatasoft
2018-12-03 15:37:39 +01:00
parent d1d7027030
commit fd98b3ae13

@@ -192,4 +192,13 @@ If you have python-build installed as an pyenv plugin:
```sh
$ cd ~/.pyenv/plugins/python-build && git pull
```
## Mojave: missing "my_config.h"
Instead of `brew install mysql`, use `brew install mysql@5.7`. Then run:
```
export PATH="/usr/local/opt/mysql@5.7/bin:$PATH"
export LDFLAGS="-L/usr/local/opt/mysql@5.7/lib"
export CPPFLAGS="-I/usr/local/opt/mysql@5.7/include"
```