1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-15 23:03:53 -05:00

Updated Common build problems (markdown)

jwittkoski
2014-10-01 20:22:53 -07:00
parent 5ad5a7a222
commit 7179061247

@@ -71,14 +71,12 @@ https://github.com/yyuu/pyenv/wiki/Common-build-problems
BUILD FAILED
```
You could try this:
On Mac OS X 10.9 and 10.10 you may need to set the CFLAGS environment variable when installing a new version in order for configure to find the zlib headers (XCode command line tools must be installed first):
```
CFLAGS="-I$(xcrun --show-sdk-path)/usr/include" pyenv install -v 2.7.7
```
It works for me on osx 10.10 DP.
## python-build: definition not found
To update your python-build definitions: