pyenv
Installation
SKILL.md
pyenv
Intent Router
| Request | Reference | Load When |
|---|---|---|
| pyenv-installer, Homebrew, build dependencies, shell integration | references/install-and-setup.md |
pyenv needs to be installed or the shell integration is missing |
| install/global/local/shell/versions/which commands | references/command-cookbook.md |
Specific pyenv commands are needed |
| pyenv-virtualenv plugin, virtualenv creation, auto-activation | references/virtualenvs.md |
Virtual environment management with pyenv is the topic |
| .python-version, shell > local > global, PYENV_VERSION | references/project-files.md |
Project-level Python version pinning or precedence is the topic |
Quick Start
# Install Python 3.12.3
pyenv install 3.12.3
# Set as global default
pyenv global 3.12.3