mirror of
https://github.com/trailofbits/buttercup
synced 2026-06-21 14:11:39 +00:00
1b8bd65986
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>