From cd19ee401e9f5e844dc79647a666bdb95fa71bfd Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Tue, 30 Jan 2024 15:59:32 +0000
Subject: [PATCH] fixing venv path

---
 scripts/run_utils.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/run_utils.sh b/scripts/run_utils.sh
index ccf9ab6..d390026 100755
--- a/scripts/run_utils.sh
+++ b/scripts/run_utils.sh
@@ -25,8 +25,8 @@ function setup_conda_env() {
   export EMAIL_CRED=${envs}/credentials/Cred_gmail.json
 
   # activate venv environment of python modules so they can be imported
-  venv=${envs}/conda/venv;
-  source ${venv}/venv/ews_prod/bin/activate;
+  venv=${envs}/venv;
+  source ${venv}/ews_prod/bin/activate;
 }
 
 function teardown_conda_env() {
-- 
GitLab