Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shunk031 committed Nov 5, 2024
1 parent 3668dee commit d145ca1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions install/common/uv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ function install_uv() {
function uninstall_uv() {
# https://docs.astral.sh/uv/getting-started/installation/#uninstallation
uv cache clean
rm -r "$(uv python dir)"
rm -r "$(uv tool dir)"

rm "${HOME}/.cargo/bin/uv" "${HOME}/.cargo/bin/uvx"
rm -rf "$(uv python dir)"
rm -rf "$(uv tool dir)"
rm -f "${HOME}/.cargo/bin/uv" "${HOME}/.cargo/bin/uvx"
}

function main() {
Expand Down

0 comments on commit d145ca1

Please sign in to comment.