Simple Python Version Management: pyenv List all available versions pyenv install -l # ... # 3.11.0 # ... Install version pyenv install 3.11.0