You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default Python installation on Windows uses %LOCALAPPDATA%\Programs\Python\Launcher\py.exePEP 397 to locate and launch required version of python.exe. Wrapper added in #2808 does not take this into account.
PS>python.exe_.py
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
The text was updated successfully, but these errors were encountered:
Default Python installation on Windows uses
%LOCALAPPDATA%\Programs\Python\Launcher\py.exe
PEP 397 to locate and launch required version ofpython.exe
. Wrapper added in #2808 does not take this into account.The text was updated successfully, but these errors were encountered: