|
|
|
|
|
by banana_giraffe
1894 days ago
|
|
The official Python installer in the Windows App store installs a handler for python and python3 .. or rather, the stub of the handlers already on your system calls into the app store and it's behavior changes after installation. Regardless of the technical implementation, after you install Python3 from the app store, running python3 from the command line will open the Python interpreter. No clue why the standard non-app store installer doesn't add python3 to the path to mimic this behavior. |
|