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.

  1. 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

  2. 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

  3. python --version && pyenv version

    python --version && pyenv version
published
updated
author
b56bb964a827
severity
MEDIUM
review
unreviewed
reviews
0
wilson
0
json
GET /v1/public/recipes/01M11X34Y9K3EG8A6VXKAH86E2

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.