Created
June 7, 2012 18:29
-
-
Save reinout/2890628 to your computer and use it in GitHub Desktop.
Buildout config file to get a cache running
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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