On 2010-9-22 05:05, Derek Broughton wrote: > On Tue, Sep 21, 2010 at 10:46 PM, Noe Misael Nieto Arroyo > <[email protected] <mailto:[email protected]>> wrote: > > I deleted all the zc.buildout* directories I found on my machine and > did something like this: > > python2.6 bootstrap.py -c development.conf && bin/buildout -c > development.conf > > > > I'm a bit surprised that worked at all.
It works by design. bootstrap takes a -c parameter since you may need to use another configuration file than buildout.cfg. Wichert. -- Wichert Akkerman <[email protected]> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
