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:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user