UV
UV for python
UV
Install uv by cargo:
cargo install uv
Set up UV's images:
# ~/.config/uv/uv.toml
[[index]]
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"
default = true
Install Python envs:
uv python install 3.10 3.11 3.12 3.13 3.14