diff --git a/linux/install.sh b/linux/install.sh index fc58dae..021e66c 100755 --- a/linux/install.sh +++ b/linux/install.sh @@ -44,9 +44,13 @@ echo "==> Writing default config (if absent)" echo "==> Installing launcher → $BIN" mkdir -p "$(dirname "$BIN")" +# Use a Python entry-point script (not `python -m`) so the current working +# directory is never added to sys.path and can't shadow the installed package. cat > "$BIN" <