From 6ea44a5bf0bea0c271e7bfc460ed0194bc46c036 Mon Sep 17 00:00:00 2001 From: creations Date: Sun, 18 May 2025 12:27:13 -0400 Subject: [PATCH] fix python for aur too --- helpers/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/installer.sh b/helpers/installer.sh index 2d31775..e439db3 100644 --- a/helpers/installer.sh +++ b/helpers/installer.sh @@ -1,4 +1,4 @@ -VENV_DIR="$SCRIPT_DIR/.venv" +VENV_DIR="$HOME/.config/grabIT/.venv" setup_venv() { if [[ ! -d "$VENV_DIR" ]]; then