mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 15:46:17 -04:00
Updated Common build problems (markdown)
parent
91311d8fbf
commit
ef69f8820e
|
|
@ -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`:
|
||||
|
||||
```sh
|
||||
CONFIGURE_OPTS="-with-openssl=<openssl install prefix>"
|
||||
CONFIGURE_OPTS="--with-openssl=<openssl install prefix>"
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
```sh
|
||||
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>
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue