From 836c67bf1d7e82f124e68e2e15991288ce583cbd Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Tue, 7 Jan 2025 12:34:54 +0200 Subject: [PATCH] remove .venv dir from script --- publish_active_windows.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/publish_active_windows.sh b/publish_active_windows.sh index b8a5abd..fb08081 100755 --- a/publish_active_windows.sh +++ b/publish_active_windows.sh @@ -1,7 +1,5 @@ #!/bin/bash script_dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) -mkdir -p "${script_dir}/.venv/" -chmod +rwx "${script_dir}/.venv/" if [ ! -d "${script_dir}/.venv/${USER}/" ]; then python -m venv "${script_dir}/.venv/${USER}" fi