Chris Lambacher <ch...@kateandchris.net> added the comment:

> I am not sure of the difference between 'local script' and 'global command'

local script is the setup.py (or for that matter any other script in an 
arbitrary place in the filesystem. Global command is referring to something 
installed in %PYTHONINSTALLDIR%\scripts i.e. it is an installed command. This 
one operates on a specific version instance of python. I for instance have 
c:\python26\scripts\easy_install.exe and c:\python27\script\easy_install.exe 
and each of those operates on their own particular version. Neither are in my 
path. The current state is that I have to either put one of the scripts 
directories in my path or run easy_install with the full path. My understanding 
is that pysetup is a replacement for easy_install that will come with 3.3.

> I am not sure what 'or does the installer add .py?' could mean. The Windows 
> installer? 'Add' to what? 

I was referring .py being added to the PATHEXT evironment variable. I think it 
is safe to say that has not happened and is likely a bad idea.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1626300>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to