From f094bd311774f9da4a6ce29546776626a6e2c805 Mon Sep 17 00:00:00 2001 From: Hui Zhang Date: Tue, 5 Oct 2021 09:42:06 +0000 Subject: [PATCH] fix env.sh PATH postion --- env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env.sh b/env.sh index 461586e7d..c7754d65f 100644 --- a/env.sh +++ b/env.sh @@ -1,6 +1,6 @@ export MAIN_ROOT=${PWD} -export PATH=${MAIN_ROOT}:${MAIN_ROOT}/utils:/usr/local/bin:${PATH} +export PATH=${MAIN_ROOT}:${MAIN_ROOT}/utils:${PATH}:/usr/local/bin/ export LC_ALL=C # Use UTF-8 in Python to avoid UnicodeDecodeError when LC_ALL=C