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/guides/install-python.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ $ uv venv
106
106
Note that when an automatic Python installation occurs, the `python` command will not be added to the shell. Use `uv python install-shim` to ensure the `python` shim is installed.
107
107
-->
108
108
109
-
## Using an existing Python installation
109
+
## Using existing Python versions
110
110
111
111
uv will use existing Python installations if present on your system. There is no configuration
112
112
necessary for this behavior: uv will use the system Python if it satisfies the requirements of the
0 commit comments