mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-14 01:26:16 -04:00
Add instructions for compiling with OpenSSL 1.1.1 on CentOS 7
parent
c88c06fc46
commit
b5d5491319
|
|
@ -180,6 +180,14 @@ E.g. (invocations that worked for various people):
|
|||
pyenv install -v 3.4.3
|
||||
```
|
||||
|
||||
* CentOS 7 with OpenSSL 1.1.1:
|
||||
|
||||
```sh
|
||||
CPPFLAGS=-I/usr/include/openssl11 \
|
||||
LDFLAGS=-L/usr/lib64/openssl11 \
|
||||
pyenv install -v 3.10.6
|
||||
```
|
||||
|
||||
* Arch Linux:
|
||||
|
||||
```sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue