mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 11:07:06 +00:00
use default python and pip (#178)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
set -x
|
||||
|
||||
# pip path
|
||||
pip_path=${PIP_PATH:-"/usr/local/bin/pip3"}
|
||||
pip_path=${PIP_PATH:-"pip3"}
|
||||
|
||||
sbinDir=$(cd "$(dirname "$0")"; pwd)
|
||||
baseDir=$(cd "$sbinDir/.." && pwd -P)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
python_path=${PYTHON_PATH:-"python3"}
|
||||
set -x
|
||||
|
||||
python_path=${PYTHON_PATH:-"/usr/local/bin/python3"}
|
||||
readonly CHAT_APP_NAME="supersonic_chat"
|
||||
readonly SEMANTIC_APP_NAME="supersonic_semantic"
|
||||
readonly LLMPARSER_APP_NAME="supersonic_llmparser"
|
||||
|
||||
Reference in New Issue
Block a user