Re: [Distutils] Deployment with setuptools: a basket-of-eggs approach

2006-04-11 Thread Mars
On 11 Apr 2006 16:31:44 +0200, Iwan Vosloo X wrote: > > Hi Maris, > > Ok, I see... > > You can thus assume in your environment that the network will always > be there. > > I was wondering whether you've ever looked at something like Debian's > apt. (Mentioned here just to learn from it, not to

Re: [Distutils] Deployment with setuptools: a basket-of-eggs approach

2006-04-11 Thread Iwan Vosloo
Hi Maris, Ok, I see... You can thus assume in your environment that the network will always be there. I was wondering whether you've ever looked at something like Debian's apt. (Mentioned here just to learn from it, not to advocate its use.) Apt is a wonderful tool for keeping repositories and

Re: [Distutils] Deployment with setuptools: a basket-of-eggs approach

2006-04-11 Thread Mars
On 11 Apr 2006 10:40:35 +0200, Iwan Vosloo X wrote: > > Hi Maris, > > what do you mean by 'deploying' an egg to the SharedDirectory? Will > you install it there, or merely put it there so that installs > elsewhere can fetch the egg from the repository in SharedDirectory? > > > I also wondered