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

Execute sudo apt-get update to update the package lists and detect libssl1.0-dev before installation.

Andrei Elizaga
2019-05-18 11:30:56 +08:00
parent 6bdd42e9e4
commit 9ad9473a7b

@@ -182,6 +182,7 @@ If you're having trouble to get it to compile older python versions(<3.5) even a
```sh
sudo apt-get remove libssl-dev
sudo apt-get update
sudo apt-get install libssl1.0-dev
```