mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-13 00:56:15 -04:00
add solution to Ubuntu missing ssl
parent
f4316210b9
commit
e2c57575bf
|
|
@ -171,6 +171,7 @@ sudo apt install zlib1g zlib1g-dev libssl-dev libbz2-dev libsqlite3-dev
|
|||
|
||||
### 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`
|
||||
* 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