Skip to content

Instantly share code, notes, and snippets.

@glw
Created August 1, 2023 05:57
Show Gist options
  • Save glw/c1728126e63280b4c2e96d1ab3b6ec06 to your computer and use it in GitHub Desktop.
Save glw/c1728126e63280b4c2e96d1ab3b6ec06 to your computer and use it in GitHub Desktop.
Install pyenv on WSL (Ubuntu)
# Install pyenv
curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash
# other install directions https://github.com/pyenv/pyenv
# Install dependencies
sudo apt-get install -y git make gcc build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev libncursesw5-dev xz-utils tk-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment