mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-15 23:03:53 -05:00
Updated Common build problems (markdown)
@@ -71,14 +71,12 @@ https://github.com/yyuu/pyenv/wiki/Common-build-problems
|
|||||||
BUILD FAILED
|
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
|
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
|
## python-build: definition not found
|
||||||
|
|
||||||
To update your python-build definitions:
|
To update your python-build definitions:
|
||||||
|
|||||||
Reference in New Issue
Block a user