You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation_linux.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,4 +16,6 @@
16
16
1.`uv info` -- should return no error
17
17
1.`uv install`
18
18
19
-
Note: `pip` installs the `uv` binary into ~/.local/bin, which is often missing from `$PATH` on fresh distributions. If the `uv` command is not found, please check if `$PATH` environment variable is set correctly.
19
+
Note: `pip` installs the `uv` binary into `~/.local/bin`, which is often missing
20
+
from `$PATH` on fresh distributions. If the `uv` command is not found, please
21
+
check if `$PATH` environment variable is set correctly.
0 commit comments