diff options
| author | Yuval Adam <_@yuv.al> | 2026-07-24 12:54:41 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2026-07-24 12:54:41 +0200 |
| commit | 8732722aca10833d8799ada6f82ed334ce2e085d (patch) | |
| tree | d1998d73e612e9585c80dd816288aaee633f9b70 /scripts/parleyd | |
| parent | b509b20e05dcc481b20ae1e8181553e860ca5e34 (diff) | |
Run development directly with system Python
Diffstat (limited to 'scripts/parleyd')
| -rwxr-xr-x | scripts/parleyd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/parleyd b/scripts/parleyd new file mode 100755 index 0000000..9e66846 --- /dev/null +++ b/scripts/parleyd @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail +root=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")/.." && pwd) +export PYTHONPATH="$root/src${PYTHONPATH:+:$PYTHONPATH}" +exec /usr/bin/python -m parley.daemon "$@" |
