diff --git a/env.sh b/env.sh index ef40a01..a80d98a 100644 --- a/env.sh +++ b/env.sh @@ -11,7 +11,7 @@ setup() { echo "No venv found, creating..." - python -m venv venv || die "Unable to create venv" + python3 -m venv venv || die "Unable to create venv" echo "Activating venv..." activate echo "Updating pip..."