mirror of
https://github.com/FunAudioLLM/CosyVoice.git
synced 2026-02-04 17:39:25 +08:00
4 lines
185 B
Bash
4 lines
185 B
Bash
# 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
|