updated bootstrap

This commit is contained in:
Martyn Inglis
2016-07-11 10:22:59 +01:00
parent 6c4f098852
commit 2cf5f4ed24

View File

@@ -22,7 +22,7 @@ function display_result {
if [ ! $VIRTUAL_ENV ]; then
virtualenv ./venv
. ./venv/bin/activate
virtualenv -p python3 ./venv
fi