export WENET_DIR=$PWD/../../..export BUILD_DIR=${WENET_DIR}/runtime/libtorch/buildexport OPENFST_BIN=${BUILD_DIR}/../fc_base/openfst-build/srcexport PATH=$PWD:${BUILD_DIR}/bin:${BUILD_DIR}/kaldi:${OPENFST_BIN}/bin:$PATH# NOTE(kan-bayashi): Use UTF-8 in Python to avoid UnicodeDecodeError when LC_ALL=Cexport PYTHONIOENCODING=UTF-8export PYTHONPATH=../../../:$PYTHONPATH