uv]
astral-sh/uv: An extremely fast Python package and project manager, written in Rust.
インストール
# On macOS and Linux.
curl -LsSf https://astral.sh/uv/install.sh | sh
と書いてある。
実行してみると、
code:sh
downloading uv 0.8.10 aarch64-apple-darwin
no checksums to verify
installing to /Users/hachiman/.local/bin
uv
uvx
everything's installed!
と表示されインストール完了
アップデートは、以下らしい。
code:sh
$ uv self update
使い方
ドキュメントによると、
Projects
uv manages project dependencies and environments, with support for lockfiles, workspaces, and more, similar to rye or poetry:
#Python
#パッケージ管理