Procedure

Install Python on Windows with winget

Install a current Python 3 runtime on Windows via winget, reopen the terminal for PATH, then verify with python --version.

  1. In PowerShell, optionally search: winget search Python.Python . Install

    In PowerShell, optionally search: winget search Python.Python . Install a current release per https://learn.microsoft.com/en-us/windows/dev-environment/python : winget install -e --id Python.Python.3.14 (or another Python.Python.3.x id from search).

  2. Close and reopen the terminal so PATH updates. If python opens the Micro

    Close and reopen the terminal so PATH updates. If python opens the Microsoft Store, disable App execution aliases for python.exe and python3.exe in Windows Settings, then retry.

  3. python --version

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

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.