anatoly techtonik gmail.com> writes:
>
> I wonder if there are many people here who don't use some kind of
> "easy_install" package for package management in their Python /
> virtualenv installations? I propose to include at least one such
> package that is capable to auto-update itself in Python
On Wed, Mar 24, 2010 at 7:23 AM, anatoly techtonik wrote:
>> 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 setup
anatoly techtonik wrote:
> If it is impossible to ship the whole package management system then
> at least Python distribution may carry small bootstrap script for it.
> When user tries to execute package management tools, it warns him
> that these are not installed and gives a hint where to get
On Wed, Mar 24, 2010 at 12:20 PM, anatoly techtonik wrote:
> On Wed, Mar 24, 2010 at 12:26 PM, Tarek Ziadé wrote:
>>
>> Distutils2 is planned to be reintegrated in the stdlib in Python 3.3,
>> and my goal is to release it when Python 2.7 final is released.
>
> Does that means "after" Python 2.7,
> 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.
__
On Wed, Mar 24, 2010 at 12:26 PM, Tarek Ziadé wrote:
>
> Distutils2 is planned to be reintegrated in the stdlib in Python 3.3,
> and my goal is to release it when Python 2.7 final is released.
Does that means "after" Python 2.7, because I meant it to be "before"
or at least "with"?
> The open qu
On Wed, Mar 24, 2010 at 10:59 AM, anatoly techtonik wrote:
> I wonder if there are many people here who don't use some kind of
> "easy_install" package for package management in their Python /
> virtualenv installations? I propose to include at least one such
> package that is capable to auto-upda
I wonder if there are many people here who don't use some kind of
"easy_install" package for package management in their Python /
virtualenv installations? I propose to include at least one such
package that is capable to auto-update itself in Python 2.7
C:\~env\Python27>python.exe -m easy_install