mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-12 21:33:54 -05:00
Updated Common build problems (markdown)
@@ -94,7 +94,7 @@ pyenv versions
|
|||||||
## Installing a 32 bit python on 64 bit Mac OS X (this will *not* work on Linux)
|
## Installing a 32 bit python on 64 bit Mac OS X (this will *not* work on Linux)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
CONFIGURE_OPTS="-with-arch=i386" CFLAGS="-arch i386" LDFLAGS="-arch i386" python-build options
|
CONFIGURE_OPTS="--with-arch=i386" CFLAGS="-arch i386" LDFLAGS="-arch i386" python-build options
|
||||||
```
|
```
|
||||||
|
|
||||||
## Installing a system-wide Python
|
## Installing a system-wide Python
|
||||||
|
|||||||
Reference in New Issue
Block a user