Quote:
Originally Posted by Amar Shah
Is Python added to PATH?
|
In python 3.4 on Windows, python does not add the 'python' executable to the PATH, but the 'py' executable is. The py executable discovers all the pythons on your system and picks the right one to execute.