show commands in scripts (#177)

This commit is contained in:
Bowen Liang
2023-10-09 02:26:01 -05:00
committed by GitHub
parent a3565a0ae9
commit a03ababc80
2 changed files with 4 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -x
# pip path
pip_path=${PIP_PATH:-"/usr/local/bin/pip3"}

View File

@@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -x
python_path=${PYTHON_PATH:-"/usr/local/bin/python3"}
readonly CHAT_APP_NAME="supersonic_chat"
readonly SEMANTIC_APP_NAME="supersonic_semantic"