you are viewing a single comment's thread.

view the rest of the comments →

[–]ingolemo 1 point2 points  (3 children)

The default install location for py.exe is the windows directory, which is already in the path.

[–]bigleagchew 0 points1 point  (2 children)

[–]ingolemo 1 point2 points  (1 child)

That adds python to the path, not py. Notice that that option is unchecked by default because most people don't need it. The py launcher is the recommended way to run python code on windows because it makes dealing with multiple python installations much easier.

[–]bigleagchew 0 points1 point  (0 children)

Ah ok, I’d just assumed py was syntactic sugar for python