[Python-Dev] Python install layout and the PATH on win32
Greg Ewing
greg.ewing at canterbury.ac.nz
Wed Mar 21 06:03:26 CET 2012
R. David Murray wrote:
> My understanding, though, is that Python
> does make a distinction between a system install of Python and
> a per-user one, so I don't think your objection really applies.
Seems to me that for Python at least, the important distinction
is not so much where the files are placed, but whether the
registry entries are made machine-wide or user-local.
--
Greg
More information about the Python-Dev
mailing list