On 12 Jan, 17:14, Dieter Maurer <die...@handshake.de> wrote:
> Adelbert Chang <adelbe...@gmail.com> writes:
> > In the Scala language there is the Simple Build Tool that lets me specify 
> > on a project-by-project basis which libraries I want to use (provided they 
> > are in a central repository somewhere) and it will download them for me. 
> > Better yet, when a new version comes out I need only change the SBT 
> > configuration file for that project and it will download it for me.
>
> You might also have a look at "zc.buildout" (--> on "PyPI").

+1 for zc.buildout

I find virtualenv is great for setting up quick prototyping
environments, while zc.buildout recipes are a much better approach for
group development.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to