diff --git a/install.sh b/install.sh index f441e79..6eb0843 100755 --- a/install.sh +++ b/install.sh @@ -18,7 +18,7 @@ read venv if [ $venv == "y" ]; then # set virtual environment echo "Creating virtual environment..." - python -m venv venv + python3 -m venv venv source venv/bin/activate # install dependencies