Replace pipx with uv for installing Python-based tools

This commit is contained in:
Ohad Livne 2026-01-07 23:21:03 +02:00
parent a37fa4f0d7
commit d1e206805b
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D
4 changed files with 33 additions and 36 deletions

View file

@ -19,8 +19,8 @@ cargo_update() {
cargo install $(cargo install --list | grep '^[a-z0-9_-]\+ v[0-9.]\+:$' | cut --delimiter=' ' --fields=1)
}
pipx_update() {
pipx upgrade-all
uv_update() {
uv tool upgrade --all
}
git_sync_update() {
@ -38,7 +38,7 @@ podman_update() {
apt_update
emacs_update
pipx_update
uv_update
cargo_update
ghup
git_sync_update