From 0bebd6529ef498ce0232a82108eb23a7902c83d2 Mon Sep 17 00:00:00 2001 From: Tommy Gatti Date: Mon, 19 Aug 2024 12:55:14 +1000 Subject: [PATCH] Update env.sh to use APPS_DIR rather than the old ENVIRONMENT_DIR --- modules/env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/env.sh b/modules/env.sh index 4970008..40b631a 100755 --- a/modules/env.sh +++ b/modules/env.sh @@ -2,5 +2,5 @@ # Prints the environment variables when activating un-packed environment export PATH=/usr/bin:/bin -source {{ENVIRONMENT_DIR}}/$1/bin/activate +source {{APPS_DIR}}/$1/bin/activate /bin/env \ No newline at end of file