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