[Distutils] [Python-Dev] At least one package management tool for 2.7

anatoly techtonik techtonik at gmail.com
Wed Mar 24 12:23:18 CET 2010


> Sure. Package management tool should have an ability to update itself when required regardless of Python release. For example::
>
> python.exe -m easy_install setuptools
>

This should be:

    python -m easy_install -U setuptools

P.S. Wave effect. =)
-- 
anatoly t.


More information about the Distutils-SIG mailing list