This commit is contained in:
Abhi
2024-11-29 21:37:26 +05:30
parent 6289d3aad8
commit 6a228170b9

4
start
View File

@@ -1,8 +1,8 @@
#!/usr/bin/env bash
if [ -d ".venv"]; then
if [ -d ".venv" ]; then
. .venv/bin/activate
elif [ -d "venv"]; then
elif [ -d "venv" ]; then
. venv/bin/activate
fi