Merge pull request #771 from alphagov/use-python-3-in-bootstrap

using python3 in falback venv
This commit is contained in:
minglis
2016-07-08 14:45:36 +01:00
committed by GitHub

View File

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