File size: 307 Bytes
87545a6
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
# NOTE(kan-bayashi): Use UTF-8 in Python to avoid UnicodeDecodeError when LC_ALL=C
export PYTHONIOENCODING=UTF-8
export PYTHONPATH=./:./third_party/Matcha-TTS:$PYTHONPATH

#!/bin/bash
export MAIN_ROOT=`realpath ${PWD}/`

export PYTHONPATH=${MAIN_ROOT}:${PYTHONPATH}
export BIN_DIR=${MAIN_ROOT}/inspiremusic