Resolve WHICH bun binary launches the REPL / tests, mirroring how the Python
pack picks uv / poetry / venv. Bun has no per-project interpreter zoo: it is
bun on PATH, else the official installer location (~/.bun/bin/bun).
Resolve WHICH bun binary launches the REPL / tests, mirroring how the Python pack picks uv / poetry / venv. Bun has no per-project interpreter zoo: it is `bun` on PATH, else the official installer location (~/.bun/bin/bun).
(available?)Is ANY bun launchable on this machine?
Is ANY bun launchable on this machine?
(resolve-command _root)The argv PREFIX that launches bun for a project in _root. Detection order:
bun on PATHThe argv PREFIX that launches bun for a project in `_root`. Detection order: 1. `bun` on PATH 2. ~/.bun/bin/bun (official installer default) Throws when neither exists — the pack activated on a Bun-looking workspace but the machine can't run it.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |