diff --git a/create_venv.bash b/create_venv.bash index 6ed6195..3fe28ae 100755 --- a/create_venv.bash +++ b/create_venv.bash @@ -3,6 +3,7 @@ if [[ -d venv ]]; then source ./venv/bin/activate return + exit 0 fi if ! [[ -f .env ]]; then