fix: add ~/.local/bin to PATH for uv tool binaries (#78)
This commit is contained in:
committed by
Peter Steinberger
parent
3d39e2ad75
commit
d88581eb7c
@@ -79,6 +79,7 @@ function candidateBinDirs(opts: EnsureClawdisPathOpts): string[] {
|
||||
if (platform === "darwin") {
|
||||
candidates.push(path.join(homeDir, "Library", "pnpm"));
|
||||
}
|
||||
candidates.push(path.join(homeDir, ".local", "bin"));
|
||||
candidates.push(path.join(homeDir, ".local", "share", "pnpm"));
|
||||
candidates.push(path.join(homeDir, ".bun", "bin"));
|
||||
candidates.push(path.join(homeDir, ".yarn", "bin"));
|
||||
|
||||
Reference in New Issue
Block a user