Answers for "pyenv install latest version"

6

install pyenv

# Linux and Mac only (at the moment)
curl https://pyenv.run | bash
Posted by: Guest on April-26-2020
2

pyenv install latest version

pyenv install --list | awk '{print $1}' | grep -v - | grep -v 'a\|b\|c\|m' | tail -1
Posted by: Guest on April-15-2021
0

pyenv use a python version

$ pyenv shell 3.8-dev
Posted by: Guest on July-20-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language