Skip to content

Commit

Permalink
added Python 3 bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
zopyx committed Aug 9, 2019
1 parent 1efc2f2 commit 1e59ea2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bootstrap-py3.sh
@@ -0,0 +1,7 @@
#!/bin/sh

# see https://community.plone.org/t/not-using-bootstrap-py-as-default/620
rm -r ./lib ./include ./local ./bin
python3 -m venv .
./bin/pip install -r requirements.txt
./bin/buildout

0 comments on commit 1e59ea2

Please sign in to comment.