fix: add ~/.local/bin to PATH for claude binary
Dev-agent failed with exit 127 (command not found) because claude is installed in ~/.local/bin which wasn't in the PATH set by env.sh. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
f215fbe3cf
commit
7bba97b0d6
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ if [ -f "$FACTORY_ROOT/.env" ]; then
|
|||
fi
|
||||
|
||||
# PATH: foundry, node, system
|
||||
export PATH="${HOME}/.foundry/bin:${HOME}/.nvm/versions/node/v22.20.0/bin:/usr/local/bin:/usr/bin:/bin:${PATH}"
|
||||
export PATH="${HOME}/.local/bin:${HOME}/.foundry/bin:${HOME}/.nvm/versions/node/v22.20.0/bin:/usr/local/bin:/usr/bin:/bin:${PATH}"
|
||||
export HOME="${HOME:-/home/debian}"
|
||||
|
||||
# Codeberg token: env var > ~/.netrc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue