Developing Django apps with zc.buildout

(Another cross-post from Bottled Text)

Found this excellent introduction via Looking for quotes about Buildout.

Developing Django apps with zc.buildout:

"...

Finally, Buildout generated a bin/python interpreter."

So buildout makes it easy to create isolated Python environments, just like virtualenv, but perhaps with a different goal: isolated development environments vs. isolated deployment environments? Not sure; gotta read more...