We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can speed up subsequent executions of bin/buildout by providing a global config that specifies an eggs and download cache.
bin/buildout
$ mkdir -p ~/.buildout/eggs ~/.buildout/dlcache
[buildout] eggs-directory = /HOME/YOU/.buildout/eggs download-cache = /HOME/YOU/.buildout/dlcache
Then replace /HOME/YOU with the path to your home directory. On Linux, this is normally /home/USERNAME, and on Mac OSX, it is /Users/USERNAME.
/home/USERNAME
/Users/USERNAME