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

Added little comment that libssl-dev -> openssl-dev on redhat.

Stefan C. Müller
2014-01-20 09:01:54 -08:00
parent 592f90d907
commit 921b540ae9

@@ -13,7 +13,7 @@ libreadline-dev libsqlite3-dev
```bash brew install readline; brew link readline; pyenv install 2.7.5``` ```bash brew install readline; brew link readline; pyenv install 2.7.5```
**NOTE**: `libssl-dev` is required when compiling Python, installing `libssl-dev` will actually install `zlib1g-dev`, which leads to uninstall and re-install Python versions (installed before installing `libssl-dev`). **NOTE**: `libssl-dev` is required when compiling Python, installing `libssl-dev` will actually install `zlib1g-dev`, which leads to uninstall and re-install Python versions (installed before installing `libssl-dev`). On Redhat and derivatives the package is named `openssl-devel`.
## Removing a python version ## Removing a python version