pyenv / pyenv-installer

This tool is used to install `pyenv` and friends.
MIT License
3.96k stars 428 forks source link

Recommended ubuntu prerequisites fail to install #102

Closed snoopyjc closed 3 years ago

snoopyjc commented 3 years ago

The recommended ubuntu prerequisites fail to install. This command:

sudo apt-get install -y build-essential libssl-dev zlib1g-dev libbz2-dev \
libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev \
xz-utils tk-dev libffi-dev liblzma-dev python-openssl git

fails (Ubuntu 5.8.0-26) because python-openssl is not found.

Recommended solution: s/python-openssl/python3-openssl/

native-api commented 3 years ago

THe instructions at https://github.com/pyenv/pyenv/wiki have been fixed since.