From 0a81e35a23a6188f54ec3e00d78bd5a1c7d7535b Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 18 Jul 2022 17:14:14 -0400 Subject: [PATCH] activate venv automatically --- process-static | 2 ++ 1 file changed, 2 insertions(+) diff --git a/process-static b/process-static index 68b6507..56c03e0 100755 --- a/process-static +++ b/process-static @@ -3,6 +3,8 @@ set -o errexit -o nounset -o pipefail shopt -s dotglob extglob globstar +source venv/bin/activate + if [[ $# -eq 1 ]]; then fd=$1 else