mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-15 17:52:26 -05:00
Update bootstrap.sh
force python3 when creating virtualenv
This commit is contained in:
@@ -20,13 +20,9 @@ function display_result {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ ! $VIRTUAL_ENV ]; then
|
if [ ! $VIRTUAL_ENV ]; then
|
||||||
virtualenv -p python3 ./venv
|
virtualenv -p python3 ./venv
|
||||||
. ./venv/bin/activate
|
. ./venv/bin/activate
|
||||||
|
|
||||||
if [ ! $VIRTUAL_ENV ]; then
|
|
||||||
virtualenv ./venv
|
|
||||||
virtualenv -p python3 ./venv
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user