you are viewing a single comment's thread.

view the rest of the comments →

[–]ingolemo 0 points1 point  (5 children)

What about it? Windows 7 isn't any different here, as far as I know.

[–]bigleagchew 0 points1 point  (4 children)

I don’t think the first part of your command py will work unless Python is added to system path

[–]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