build.sh: remove PYTHONPATH (pip install covers shared libs); config uses empty prefix
This commit is contained in:
parent
f572c17c79
commit
9cad44a40f
1
build.sh
1
build.sh
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user