diff options
| author | Yuval Adam <_@yuv.al> | 2026-07-24 13:23:44 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2026-07-24 13:23:44 +0200 |
| commit | 70781bce8d2c18c8292a89653b6183d2bb210441 (patch) | |
| tree | 8057692c9a5bdab5d926b60c1221cd58a2a4a178 /scripts/install-extension | |
| parent | 7bcb41306a944160a58393c50593f25767649f59 (diff) | |
Run source checkout without PYTHONPATH
Diffstat (limited to 'scripts/install-extension')
| -rwxr-xr-x | scripts/install-extension | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-extension b/scripts/install-extension index e32e9da..fd861dc 100755 --- a/scripts/install-extension +++ b/scripts/install-extension @@ -14,7 +14,7 @@ fi ln -s "$root/extension" "$destination" cd "$root" -/usr/bin/python - "$uuid" <<'PY' +python - "$uuid" <<'PY' import sys from gi.repository import Gio |
