pythonwinget

Can winget install an older version of Python?


Currently, the latest Python 3 offered through winget is 3.10.150.0:

Name                                                Id                                 Version      Match                   Source
-----------------------------------------------------------------------------------------------------------------------------------
Python 3                                            Python.Python.3                    3.10.150.0   Command: python         winget

but I'd like to install 3.9 and keep using 3.9. Is it possible to do that with winget?


Solution

  • winget install -e --id Python.Python -v 3.9.0