From 0cc3bb5970b5e7089dab18675b7fdcb2de5fa74b Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Fri, 8 Jul 2016 14:38:59 +0100 Subject: [PATCH] using python3 in falback venv --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 82274e091..c4d81cb44 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -21,7 +21,7 @@ function display_result { } if [ ! $VIRTUAL_ENV ]; then - virtualenv ./venv + virtualenv -p python3 ./venv . ./venv/bin/activate fi