1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-12 13:33:45 -05:00

Updated Common build problems (markdown)

Birger J. Nordølum
2024-07-09 22:46:29 +02:00
parent 91a9a3b718
commit 91311d8fbf

@@ -94,7 +94,7 @@ pyenv versions
## Installing a 32 bit python on 64 bit Mac OS X (this will *not* work on Linux)
```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