pyenv version code example
Example 1: install pyenv
# Linux and Mac only (at the moment)
curl https://pyenv.run | bash
Example 2: pyenv install latest version
pyenv install --list | grep -v - | grep -v a | grep -v b | grep -v c | tail -1
# Linux and Mac only (at the moment)
curl https://pyenv.run | bash
pyenv install --list | grep -v - | grep -v a | grep -v b | grep -v c | tail -1