build.sh: remove PYTHONPATH (pip install covers shared libs); config uses empty prefix

This commit is contained in:
yumoqing 2026-08-12 11:36:35 +08:00
parent f572c17c79
commit 9cad44a40f

View File

@ -235,7 +235,6 @@ cat > "${CDIR}/start.sh" <<SHEOF
#!/usr/bin/env bash
set -e
cd "${CDIR}"
export PYTHONPATH="${PKGDIR}/ahserver:${PKGDIR}/apppublic:${PKGDIR}/sqlor:${PKGDIR}/appbase:${PKGDIR}/rbac:\$PYTHONPATH"
exec "${VENV}/bin/python" "${CDIR}/app/pccs.py"
SHEOF
chmod +x "${CDIR}/start.sh"