[Distutils] Simpler Python package management: the "egg" command

Blake Winton bwinton at latte.ca
Fri Aug 17 15:07:20 CEST 2007


Luis Bruno wrote:
>>>> egg info pysqlite
>>>> egg info pysqlite/2.0.0
>>>> egg sync local
>>> Sorry, but I think you meant apt-get instead of egg.
>> The "egg" prototype already does the above commands.
> I'd prefer to drop a python.list into /etc/apt/sources.list.d/ with:
> deb http://eggs.python.org/apt <whatever> <whatever>
> And use the rest of the tools I already have.

Me too!  Uh, except the closest thing I have to /etc/apt/sources.list.d/ 
is C:\Program Files\Apt\sources.list.d\...  And I don't have any tools 
that will work with it.

Fortunately, "egg info pysqlite" and "egg sync local" should work out 
just fine for me.  :)

Later,
Blake.



More information about the Distutils-SIG mailing list