Open1

rye/uv

derwindderwind

rye

https://github.com/astral-sh/rye

$ curl -sSf https://rye.astral.sh/get | bash
$ rye toolchain list
cpython@3.12.5 (/root/.rye/py/cpython@3.12.5/bin/python3)
$ rye fetch 3.10
Downloading cpython@3.10.14
$ rye toolchain list
cpython@3.12.5 (/root/.rye/py/cpython@3.12.5/bin/python3)
cpython@3.10.14 (/root/.rye/py/cpython@3.10.14/bin/python3)
$ rye config --set-bool behavior.global-python=true
$  rye config --set default.toolchain="cpython@3.10.14"
$ rye install pipx
$ pipx install uv