This commit is contained in:
dekun
2026-05-25 13:36:36 +08:00
parent 3f1e2b17a1
commit d6d106d2cf
4 changed files with 11 additions and 0 deletions
+2
View File
@@ -4,6 +4,8 @@ set -e
set -o pipefail
HUB_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
REPO_ROOT="$(cd "${HUB_DIR}/.." && pwd)"
export PYTHONPATH="${REPO_ROOT}${PYTHONPATH:+:${PYTHONPATH}}"
cd "${HUB_DIR}"
# shellcheck source=lib_load_dotenv.sh