From 087a0768a4be17df1b5431759203ba13b955e388 Mon Sep 17 00:00:00 2001 From: David Mapstone <david@mapstone.me> Date: Tue, 28 Feb 2023 15:22:46 +0000 Subject: [PATCH] Added sourcing of flow directory to set_env --- set_env.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/set_env.sh b/set_env.sh index 809582f..8ce4f80 100644 --- a/set_env.sh +++ b/set_env.sh @@ -37,4 +37,7 @@ for d in $WRAP_ACC_DIR/* ; do source $d/set_env.sh fi fi -done \ No newline at end of file +done + +# Add Flow directory to Path +export PATH="$PATH:/$WRAP_ACC_DIR/flow" \ No newline at end of file -- GitLab