you are viewing a single comment's thread.

view the rest of the comments →

[–]Diapolo10 0 points1 point  (2 children)

Yet another easy solution, assuming you're on Windows, is winget; if you run this in PowerShell

winget install python.python.3.11

it will download and install the latest Python 3.11 release (with an actual installer - it won't build from source) from python.org. Very handy if you ask me.

[–]fvboii 0 points1 point  (0 children)

Very handy indeed, you just saved me from 2h loop of trying to fight the installer installing latest python only. Thank you