Python not found

Eryk Sun eryksun at gmail.com
Fri Jan 27 11:23:10 EST 2023


On 1/27/23, Bela Gesztesi <bgesztesi at msn.com> wrote:
>
> I'm not that familiar with the steps to be taken.
>
> How do I find the app version of Python for my desktop?
> or
> I don't know how to disable the "python.exe" and "python3.exe" app aliases

To install the app version, run "python3" from the command line. This
will open the Microsoft Store to install the Python app. (If it
doesn't, simply open the store from the start menu.) It may not open
to the latest version of Python, which currently is 3.11.1. Search for
"python" to find the latest version. Make sure the package is from
"Python Software Foundation". Click the "Get" button.

OR

To disable the aliases for the default installer app, begin by
right-clicking the start button and select "settings". Click on "Apps"
in the sidebar. Then click on "Apps & Features" in the window. Click
the drop-down arrow on "More settings". Click on "App execution
aliases". Disable the aliases for "App Installer / python.exe" and
"App Installer / python3.exe".

Some of the above names will be localized to your preferred user
interface language. Hopefully the translations are obvious.


More information about the Python-list mailing list