mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-12 13:33:45 -05:00
Add instructions for compiling with OpenSSL 1.1.1 on CentOS 7
@@ -180,6 +180,14 @@ E.g. (invocations that worked for various people):
|
|||||||
pyenv install -v 3.4.3
|
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:
|
* Arch Linux:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
Reference in New Issue
Block a user