mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-24 04:10:57 -05:00
Merge pull request #771 from alphagov/use-python-3-in-bootstrap
using python3 in falback venv
This commit is contained in:
@@ -21,7 +21,7 @@ function display_result {
|
||||
}
|
||||
|
||||
if [ ! $VIRTUAL_ENV ]; then
|
||||
virtualenv ./venv
|
||||
virtualenv -p python3 ./venv
|
||||
. ./venv/bin/activate
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user