fix env.sh PATH postion

pull/1091/head
Hui Zhang 4 years ago
parent dcd42f43e7
commit f094bd3117

@ -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

Loading…
Cancel
Save