Created
August 1, 2023 05:57
-
-
Save glw/c1728126e63280b4c2e96d1ab3b6ec06 to your computer and use it in GitHub Desktop.
Install pyenv on WSL (Ubuntu)
This file contains 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
# 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