update uninstall docs to mention uvw[.exe] needs to be removed (#15536)
<!-- 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 Update to the docs ## Test Plan CI
This commit is contained in:
@@ -254,7 +254,7 @@ If you need to remove uv from your system, follow these steps:
|
||||
|
||||
Before removing the binaries, you may want to remove any data that uv has stored.
|
||||
|
||||
2. Remove the uv and uvx binaries:
|
||||
2. Remove the uv, uvx, and uvw binaries:
|
||||
|
||||
=== "macOS and Linux"
|
||||
|
||||
@@ -267,6 +267,7 @@ If you need to remove uv from your system, follow these steps:
|
||||
```pwsh-session
|
||||
PS> rm $HOME\.local\bin\uv.exe
|
||||
PS> rm $HOME\.local\bin\uvx.exe
|
||||
PS> rm $HOME\.local\bin\uvw.exe
|
||||
```
|
||||
|
||||
!!! note
|
||||
|
||||
Reference in New Issue
Block a user