mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-15 23:03:53 -05:00
Added little comment that libssl-dev -> openssl-dev on redhat.
@@ -13,7 +13,7 @@ libreadline-dev libsqlite3-dev
|
||||
```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
|
||||
|
||||
Reference in New Issue
Block a user