Procedure
Install Python with pyenv on macOS or Linux
Install pyenv, initialize it in your shell, install a recent Python 3 release and set it global, then verify with python --version.
Install pyenv per https://github.com/pyenv/pyenv . Linux/Unix: curl -fsS
Install pyenv per https://github.com/pyenv/pyenv . Linux/Unix: curl -fsSL https://pyenv.run | bash . macOS (recommended): brew update && brew install pyenv
Set up your shell: run pyenv init --install (or ~/.pyenv/bin/pyenv init
Set up your shell: run pyenv init --install (or ~/.pyenv/bin/pyenv init --install if using the installer), restart the shell, install build deps if prompted by the docs, then: pyenv install 3.12 && pyenv global 3.12
python --version && pyenv version
python --version && pyenv version
DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.