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