path.sh 277 字节
Newer Older
1 2
export MAIN_ROOT=`realpath ${PWD}/../../`

F
Feiyu Chan 已提交
3 4 5 6 7 8
export PATH=${MAIN_ROOT}:${MAIN_ROOT}/utils:${PATH}
export LC_ALL=C

# Use UTF-8 in Python to avoid UnicodeDecodeError when LC_ALL=C
export PYTHONIOENCODING=UTF-8
export PYTHONPATH=${MAIN_ROOT}:${MAIN_ROOT}/third_party:${PYTHONPATH}#