mirror of
https://github.com/anthropics/claude-code-sdk-python.git
synced 2025-07-07 14:45:00 +00:00
Find claude when installed by /migrate-installer
This commit is contained in:
parent
7efa8b3987
commit
092c0b47eb
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ class SubprocessCLITransport(Transport):
|
|||
Path.home() / ".npm-global/bin/claude",
|
||||
Path("/usr/local/bin/claude"),
|
||||
Path.home() / ".local/bin/claude",
|
||||
Path.home() / ".claude/local/claude",
|
||||
Path.home() / "node_modules/.bin/claude",
|
||||
Path.home() / ".yarn/bin/claude",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue