# Runtime.python
URL: https://lsd.tools/docs/api-runtime-python
Updated: 2026-07-17

## 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](/docs/api-runtime-cli) · [executable](/docs/api-runtime-executable)

**Guides:** [CLI commands](/docs/api-cli)
