@ -7,7 +7,7 @@ if ! test -f "$SCRIPT_DIR/.undercover_init_successful"; then
fi
if ! pip -V | grep "$SCRIPT_DIR/.venv"; then
if ! pip3 -V | grep "$SCRIPT_DIR/.venv"; then
echo "Entering virtual environment..."
source $SCRIPT_DIR/.venv/bin/activate