From 946e2a881f14418c1322ec631256c47726e6cdc6 Mon Sep 17 00:00:00 2001 From: Davte Date: Sun, 19 Jul 2020 16:17:39 +0200 Subject: [PATCH] Declare packenv variable --- update_package.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update_package.sh b/update_package.sh index dc12dce..7d0eefa 100644 --- a/update_package.sh +++ b/update_package.sh @@ -2,6 +2,7 @@ # Get current directory this_script_directory=$(cd "$(dirname "$0")" && pwd) +packenv=""; # Python virtual environment directory: packenv variable in my_config.sh source $this_script_directory/my_config.sh;