mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-13 09:06:16 -04:00
Add openssl dependency installation instruction for Fedora.
parent
915db7b7db
commit
347d8dc488
|
|
@ -191,6 +191,7 @@ MAKE_OPTS='-j 1' pyenv install 3.12.1
|
|||
### 0. First, check
|
||||
* if you actually have OpenSSL and its headers installed (and for the right architecture and ecosystem if there are more than one at your machine)
|
||||
* Ubuntu: `sudo apt install libssl-dev`
|
||||
* Fedora: `sudo dnf install openssl-devel`
|
||||
* if the problem is resolved by upgrading Pyenv to the latest release and to the head version
|
||||
|
||||
### 1. **OpenSSL is installed to an uncommon location.**
|
||||
|
|
|
|||
Loading…
Reference in a new issue