Last active
June 15, 2017 19:01
-
-
Save tomgross/94109bdef51547f07a2a0cc3be2dac0e to your computer and use it in GitHub Desktop.
Plone Python 3 coredev buildout
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
#!/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