Skip to content

Instantly share code, notes, and snippets.

@reinout
Created June 7, 2012 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reinout/2890628 to your computer and use it in GitHub Desktop.
Save reinout/2890628 to your computer and use it in GitHub Desktop.
Buildout config file to get a cache running
# This file should go into ~/.buildout/default.cfg
# Also create the three directories in here.
[buildout]
eggs-directory = /Users/reinout/.buildout/eggs
download-cache = /Users/reinout/.buildout/downloads
extends-cache = /Users/reinout/.buildout/configs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment