mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-12 13:33:45 -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)
|
||||
|
||||
```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
|
||||
|
||||
Reference in New Issue
Block a user