mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-15 14:53:53 -05:00
@@ -24,9 +24,18 @@ Below are some alternative packages that are not in the recommended set and shou
|
||||
|
||||
* Alternative to openssl-devel:
|
||||
|
||||
```sh
|
||||
sudo yum install compat-openssl10-devel --allowerasing
|
||||
```
|
||||
* If you need OpenSSL 1.0:
|
||||
|
||||
```sh
|
||||
sudo yum install compat-openssl10-devel --allowerasing
|
||||
```
|
||||
|
||||
* If you need OpenSSL 1.1:
|
||||
|
||||
```sh
|
||||
sudo yum install openssl11-devel --allowerasing
|
||||
```
|
||||
|
||||
|
||||
* Arch and derivatives
|
||||
|
||||
|
||||
Reference in New Issue
Block a user