Update bootstrap.sh

This commit is contained in:
minglis
2016-07-12 13:28:03 +01:00
committed by GitHub
parent 2cf5f4ed24
commit 7e7f221461

View File

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