diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 7d0e0b604..5c924e59b 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