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.
@@ -182,6 +182,7 @@ If you're having trouble to get it to compile older python versions(<3.5) even a
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo apt-get remove libssl-dev
|
sudo apt-get remove libssl-dev
|
||||||
|
sudo apt-get update
|
||||||
sudo apt-get install libssl1.0-dev
|
sudo apt-get install libssl1.0-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user