Can't easy_install, no eggs?
Bryan O'Sullivan
bos at serpentine.com
Fri Jul 24 19:00:56 CDT 2009
On Fri, Jul 24, 2009 at 2:31 PM, Matt Mackall <mpm at selenic.com> wrote:
>
> To get full egg support, someone who knows how eggs work is going to
> have to step up and fix it.
>
Eggs are phenomenally stupidly implemented. They mess irretrievably with
Python's search path, which makes them completely intolerable for
developers: install one egg, and you can never debug a different version of
the same application, because the original will always be in front of it in
sys.path. Awesome!
I managed to make this idea slink away and die the last time it was raised.
Hopefully it will do the same this time, too.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://selenic.com/pipermail/mercurial/attachments/20090724/65dbcbb6/attachment.htm
More information about the Mercurial
mailing list