Skip to content

Commit

Permalink
Explicitly make a python2.7 virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed May 8, 2018
1 parent 3664501 commit 4f1bf25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/bootstrap.sh
Expand Up @@ -4,6 +4,6 @@
# ./bootstrap.sh # use buildout.cfg
# ./bootstrap.sh -c coredev.cfg # use coredev.cfg
rm -r ./lib ./include ./local ./bin
virtualenv --clear .
virtualenv -p python2.7 --clear .
./bin/pip install -r https://raw.githubusercontent.com/plone/buildout.coredev/5.1/requirements.txt
./bin/buildout "$@"

0 comments on commit 4f1bf25

Please sign in to comment.