Commit 61708bb
committed
fix: source uv environment after fresh installation in install.sh
After installing uv via the astral.sh installer, the current
shell's PATH is not updated, causing 'uv not found' errors.
Source the uv env script (or fall back to adding ~/.local/bin
to PATH) after installation so subsequent commands can find uv.
Fixes #11071 parent 7ba9695 commit 61708bb
1 file changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
23 | 39 | | |
24 | 40 | | |
25 | 41 | | |
| |||
0 commit comments