Files
Riccardo Schirone 1b8bd65986 fix(scripts): make install_uv resilient to missing env helper (#547)
The uv installer does not always create $HOME/.local/bin/env (older
versions, or when the install is skipped), so the unconditional `source`
broke setup with `No such file or directory`. Source the helper only if
it exists, prepend $HOME/.local/bin to PATH as a fallback, and fail
loudly if `uv` is still unreachable after install.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-18 15:53:06 +02:00
..
2025-08-27 15:26:38 -04:00