Suggest uv python update-shell over uv tool ... (#17941)

<!--
Thank you for contributing to uv! To help us out with reviewing, please
consider the following:

- Does this pull request include a summary of the change? (See below.)
- Does this pull request include a descriptive title?
- Does this pull request include references to any relevant issues?
-->

## Summary

<!-- What's the purpose of the change? What does it do, and why? -->
Suggest `uv python update-shell` over `uv tool update-shell` since we
are in the `uv python` area here.

## Test Plan

<!-- How was it tested? -->
n/a
This commit is contained in:
Colin Marquardt
2026-02-09 14:01:31 +01:00
committed by GitHub
parent 1bacf07246
commit efdb5847fb
+1 -1
View File
@@ -133,7 +133,7 @@ target directory.
!!! tip
If `~/.local/bin` is not in your `PATH`, you can add it with `uv tool update-shell`.
If `~/.local/bin` is not in your `PATH`, you can add it with `uv python update-shell`.
To install `python` and `python3` executables, include the experimental `--default` option: