All docs
Runtime·
property
Runtime.python
path to the product's bundled Python interpreter, or None
Python
python: Optional[Path] = None
Returns Path | None — the bundled interpreter path, or None if not present
Example#
Python
rt = find_runtime()
print(rt.python) # → C:\Program Files\LSD Desktop\python.exe
Notes#
The runtime's bundled interpreter — the one carrying the pacman/MSYS2-built pyarrow, numpy, and
GTK. This is the interpreter a scaffolded .vscode and lsd dev run should point at. None if the
install has no bundled python.
See also#
API: cli · executable
Guides: CLI commands
By LSD Team · Last updated Jul 17, 2026
Ask on Discord
View as Markdown