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

Add zlib install instructions for Fedora

SkrrtBacharach
2025-09-20 17:27:01 +01:00
parent 4a83ee9731
commit e3c35f7f99

@@ -190,6 +190,11 @@ If you are using Ubuntu/Debian, you need the following packages:
sudo apt install zlib1g zlib1g-dev libssl-dev libbz2-dev libsqlite3-dev
```
If you are using Fedora (tested on Fedora 42), you need the following packages:
```sh
sudo dnf install zlib-ng-compat zlib-ng-compat-devel
```
## Build failed: Resource temporarily unavailable
If you see the string "resource temporarily unavailable" (often after "fork: "), then you may be on a shared host or other machine with low resource limits. Try running only a single job at a time to reduce resource usage:
```sh