Skip to content

Instantly share code, notes, and snippets.

@schnell18
Last active January 9, 2024 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schnell18/25af74e8bda2cf60284a5fd7a431744a to your computer and use it in GitHub Desktop.
Save schnell18/25af74e8bda2cf60284a5fd7a431744a to your computer and use it in GitHub Desktop.
install pyenv on ubuntu 20 and dependencies
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