1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-12 05:23:47 -05:00

alternative for --allowerasing as per #2210

native-api
2023-05-18 22:58:03 +03:00
parent aa293f52ac
commit 45ad5d904c

@@ -52,6 +52,12 @@ Below are some alternative packages that are not in the recommended set and shou
sudo yum install openssl11-devel --allowerasing
```
If your `yum` doesn't support the `--allowerasing` flag, use `yum swap` instead, e.g.:
```sh
sudo yum swap openssl-devel openssl11-devel
```
* Arch and derivatives