
Nov. 10, 2017
5:41 p.m.
On Fri, Nov 10, 2017 at 09:50:22AM +0000, Paul Moore <p.f.moore@gmail.com> wrote:
The biggest reason we don't add Python to PATH, as I understand it, is because we need to consider the implications of people having multiple versions of Python installed.
Why not fix that the same way as on Unix -- by having versioned executables: python27.exe, python35.exe? Then python.exe in PATH will be from the most recent installed Python.
Paul
Oleg. -- Oleg Broytman http://phdru.name/ phd@phdru.name Programmers don't die, they just GOSUB without RETURN.