diff --git a/script/bootstrap b/script/bootstrap index b9ba803..b135122 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -13,7 +13,7 @@ fi if [ ! -d "$VENV_NAME" ]; then if [ -z "$VENV_PYTHON" ]; then - VENV_PYTHON=$(command -v python) + VENV_PYTHON=$(command -v python3) fi virtualenv --python="$VENV_PYTHON" "$VENV_NAME" fi