Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Description
Bug report
Bug description:
I use Python with MkDocs and had needed to update my environment on a Windows 10 machine that only had Python 3.7. I installed version 3.12.3 since it is the latest stable at the time. I used all the default settings. Afterwards, I ranpy --version andpy --list and it does not show the latest installation. I thought I must have missed something so I uninstalled 3.12.3 and reinstalled, being careful that the box to installpy.exe is checked. The installer does not ask for admin permissions. I can run 3.12.3 in its shell via theStart menu, but it is not known topy.exe and theC:\Winddows\py.exe executable file has a really old date. I then installed Python 3.9.2 because that is consistent with a Linux environment that I use on another machine. Installing with the default settings, the installer askes for admin permissions andpy.exe shows the3.9-64 version and has a newer date consistent with the installer.It seems to me that the 3.12.3 installer is not handling thepy.exe installation correctly. I see some other issues related to the installer but not this specific issue, as far as I can tell.
CPython versions tested on:
3.9, 3.12
Operating systems tested on:
Windows