> I don't see much benefit in tracking the debate, since both seem to do the
> job. Use the one that is easier to install on your computer (setuptools,
> I.e. easy_install seemed easier to install on windows machine)
FWIW, I just installed pip for the first time on windows today.
Relatively straightforward if one has curl or wget in path:
{{{
curl http://python-distribute.org/distribute_setup.py | python
curl --insecure
https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python
copy con c:\pip.bat
%pythonhome%\Scripts\pip.exe %* [ctrl-Z]
}}}
--
-matt
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/leo-editor?hl=en.