Skip to content

Advantages of buildout

espenak edited this page Aug 25, 2011 · 2 revisions
  • Easy to get started on a new machine. Only a working Python is required. Manages your PYTHONPATH through wrappers in bin/.
  • You can reset devenv at any time using git clean -dfx devenv/, and re-run bootstrap and buildout to get a clean development environment.
  • You can copy devenv to set up multiple configurations of devilry with different settings. An example of this is example-productionenv/, which is detailed in Download and install Devilry.
Clone this wiki locally