Last active
January 9, 2024 13:28
-
-
Save schnell18/25af74e8bda2cf60284a5fd7a431744a to your computer and use it in GitHub Desktop.
install pyenv on ubuntu 20 and dependencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl https://pyenv.run | bash | |
sudo apt install -y \ | |
wget \ | |
build-essential \ | |
libreadline-dev \ | |
libncursesw5-dev \ | |
libssl-dev \ | |
libsqlite3-dev \ | |
tk-dev \ | |
libgdbm-dev \ | |
libc6-dev \ | |
libbz2-dev \ | |
libffi-dev \ | |
liblzma-dev \ | |
zlib1g-dev | |
pyenv install 3.12.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment