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

Add openSUSE

Tom Schraitle
2024-08-25 15:29:19 +02:00
parent 1315a65fc6
commit 39b8d37c82

@@ -63,6 +63,13 @@ Below are some alternative packages that are not in the recommended set and shou
sudo yum swap openssl-devel openssl11-devel sudo yum swap openssl-devel openssl11-devel
``` ```
* openSUSE:
* Alternative to readline-devel:
```sh
sudo zypper install libedit-devel
```
* Arch and derivatives * Arch and derivatives
@@ -237,6 +244,15 @@ E.g. (invocations that worked for various people):
pyenv install -v 3.10.6 pyenv install -v 3.10.6
``` ```
* openSUSE:
```sh
CPPFLAGS="$(pkg-config --cflags openssl)" \
LDFLAGS="$(pkg-config --libs openssl)" \
pyenv install -v 3.10.6
```
* Arch Linux: * Arch Linux:
```sh ```sh