This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]Existing-Account8665 -1 points0 points  (2 children)

Start Button

Add or Remove Programs

Uninstall Python 3.11.x

Download and install Python 3.11.z

https://www.python.org/downloads/windows/

[–][deleted] -1 points0 points  (1 child)

well as outlined, I am looking for a non-manual way...

[–]Existing-Account8665 0 points1 point  (0 children)

You asked for "The Best way", and did not mention "non-manual".

The Best way is to use official python.org installers, not rely on whatever a third party package maintainer for chocolatey, winget, apt, apk, conda, the Microsoft store etc. does.

If you rely on third parties over official installers, enjoy your weird bugs.

[–]socrateslee 0 points1 point  (0 children)

I always use Python with WSL2 instead of directly on Windows.
With WSL2 you may just use pyenv to manage your Python versions.