Skip to content

Instantly share code, notes, and snippets.

@svx
Forked from jensens/howto
Last active August 29, 2015 14:11
Show Gist options
  • Save svx/9d011fcb3414c7326b4d to your computer and use it in GitHub Desktop.
Save svx/9d011fcb3414c7326b4d to your computer and use it in GitHub Desktop.
1) use bootstrap.py from http://downloads.buildout.org/2/bootstrap.py
2) edit buildout.cfg and pin versions to:
[versions]
setuptools = 7.0
zc.buildout = 2.2.5
3) create a virtualenv as usal:
virtualenv --no-setuptools --clear .
4) bootstrap buildout with with
./bin/python bootstrap.py --setuptools-version=7.0 --version=2.2.5
5) run buildout as usal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment