Commit a57b924
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 94212ea commit a57b924
1 file changed
Lines changed: 12 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 | + | |
23 | 35 | | |
24 | 36 | | |
25 | 37 | | |
| |||
0 commit comments