curl -LsSf https://astral.sh/uv/install.sh | sh
No python version support
uv init uv sync
uv self update
run
uv run python some.py
uv run
uv pip install -e .
cache
uv cache clean uv cache prune
directory
uv cache dir uv tool dir uv python dir
UV kernel for Jupyter
juvio
OKUA1 • Updated 2025 May 25 9:32
pip install juvio jupyter labextension enable juvio-frontend # or jupyter lab --ServerApp.jpserver_extensions="{'juvio': True}"
A year of uv: pros, cons, and should you migrate
Yes, probably.
https://www.bitecode.dev/p/a-year-of-uv-pros-cons-and-should

Astral: Next-gen Python tooling
Astral builds high-performance developer tools for the Python ecosystem, starting with Ruff, an extremely fast Python linter, written in Rust.
https://astral.sh/

uv is the best thing to happen to the Python ecosystem in a decade - Blog - Dr. Emily L. Hunt
Released in 2024, uv is hands-down the best tool for managing Python installations and dependencies. Here's why.
https://emily.space/posts/251023-uv


Seonglae Cho