Skip to content

Commit

Permalink
add bootstrap..sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Mar 20, 2017
1 parent 9d9a16e commit 82a3eaa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
@@ -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
virtualenv --clear .
./bin/pip install --upgrade pip setuptools zc.buildout
./bin/buildout
2 changes: 1 addition & 1 deletion buildout.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ eggs = zest.releaser

[code-analysis]
recipe = plone.recipe.codeanalysis
directory = ${buildout:directory}/collective
directory = ${buildout:directory}/collective

0 comments on commit 82a3eaa

Please sign in to comment.