mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-14 14:23:53 -05:00
Updated Common build problems (markdown)
@@ -208,14 +208,14 @@ pyenv install -v <python version>
|
|||||||
or, alternatively, [for Python 3.7+](https://bugs.python.org/issue32598), instead of `CPPFLAGS` and `LDFLAGS`:
|
or, alternatively, [for Python 3.7+](https://bugs.python.org/issue32598), instead of `CPPFLAGS` and `LDFLAGS`:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
CONFIGURE_OPTS="-with-openssl=<openssl install prefix>"
|
CONFIGURE_OPTS="--with-openssl=<openssl install prefix>"
|
||||||
```
|
```
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
LDFLAGS="-Wl,-rpath,<openssl install prefix>/lib" \
|
LDFLAGS="-Wl,-rpath,<openssl install prefix>/lib" \
|
||||||
CONFIGURE_OPTS="-with-openssl=<openssl install prefix>" \
|
CONFIGURE_OPTS="--with-openssl=<openssl install prefix>" \
|
||||||
pyenv install -v <python version>
|
pyenv install -v <python version>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user