mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-15 06:43:53 -05:00
The existing method did not work. See discussion: https://github.com/pyenv/pyenv/issues/2416
@@ -204,8 +204,8 @@ E.g. (invocations that worked for various people):
|
|||||||
* CentOS 7 with OpenSSL 1.1.1:
|
* CentOS 7 with OpenSSL 1.1.1:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
CPPFLAGS=-I/usr/include/openssl11 \
|
CPPFLAGS="$(pkg-config --cflags openssl11)" \
|
||||||
LDFLAGS=-L/usr/lib64/openssl11 \
|
LDFLAGS=-"$(pkg-config --libs openssl11)" \
|
||||||
pyenv install -v 3.10.6
|
pyenv install -v 3.10.6
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user