From 99388bad37e70f667991125179f9d45145e1e006 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Tue, 7 Jan 2025 12:34:39 +0200 Subject: [PATCH] handle venv in installer --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index ff8371e..84e7f2b 100755 --- a/install.sh +++ b/install.sh @@ -27,3 +27,5 @@ chmod go-rwx "${HOME}/.config/publish_active_windows.conf" script_dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) sed "s#__src_folder__#${script_dir}#g" wrapper.sh > "${destination}/publish_active_windows.sh" chmod +x "${destination}/publish_active_windows.sh" +mkdir "${destination}/.venv" +chmod +rwx "${destination}/.venv"