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
+4-13Lines changed: 4 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,24 +25,15 @@ system. If you've previously installed Python with uv, a new version will not be
25
25
26
26
Python does not publish official distributable binaries. As such, uv uses distributions from Astral [`python-build-standalone`](https://github.com/astral-sh/python-build-standalone) project. See the [Python distributions](../concepts/python-versions.md#managed-python-distributions) documentation for more details.
27
27
28
-
<!-- TODO(zanieb): Restore when Python shim management is added
29
-
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.
30
-
31
-
Once Python is installed, it can be invoked via `python`:
32
-
33
-
```console
34
-
$ python --version
35
-
```
36
-
37
-
To prevent uv from managing Python system-wide, provide the `--no-shim` option during installation.
38
-
-->
39
-
40
28
Once Python is installed, it will be used by `uv` commands automatically.
41
29
42
30
!!! important
43
31
44
32
When Python is installed by uv, it will not be available globally (i.e. via the `python` command).
45
-
Support for this feature is planned for a future release. In the meantime, use
33
+
Support for this feature is in _preview_. See [Installing Python executables](../concepts/python-versions.md#installing-python-executables)
34
+
for details.
35
+
36
+
You can still use
46
37
[`uv run`](../guides/scripts.md#using-different-python-versions) or
47
38
[create and activate a virtual environment](../pip/environments.md) to use `python` directly.
0 commit comments