commit
Deploy production / deploy (push) Successful in 15s

This commit is contained in:
2026-08-14 10:05:48 -07:00
parent 034c1b653e
commit 69f9cfea41
3 changed files with 111 additions and 20 deletions
+8
View File
@@ -410,6 +410,14 @@ editor directs the user to copy the standalone `scripts/devlog_editor.py` into
the project checkout, initialize and author the devlog, publish the changes, and
recheck. It never edits, commits, or pushes an external project repository.
Project Editor requires the Lektor Python package because it uses the site's
authoritative importer directly. If the launching Python cannot import Lektor,
the editor automatically checks `LABYRICORN_LEKTOR_PYTHON`, a project-local
`.venv`, common pipx Lektor environments, and the environment containing a
`lektor` command. It relaunches itself with the first runtime that can import
both Lektor and Tkinter. Set `LABYRICORN_LEKTOR_PYTHON` to an explicit Python
executable when Lektor is installed somewhere else.
## Production filesystem and permissions
```text