Skip to content

Instantly share code, notes, and snippets.

@tomgross
Last active June 15, 2017 19:01
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 tomgross/94109bdef51547f07a2a0cc3be2dac0e to your computer and use it in GitHub Desktop.
Save tomgross/94109bdef51547f07a2a0cc3be2dac0e to your computer and use it in GitHub Desktop.
Plone Python 3 coredev buildout
#!/bin/bash
git clone git@github.com:plone/buildout.coredev.git coredev-py3
cd coredev-py3
python3 -m venv .
bin/pip install -U setuptools==33.1.1 zc.buildout==2.8.0
./bin/buildout -c experimental/py3x-test.cfg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment