Hacker News new | ask | show | jobs
by oblio 461 days ago
How does this compare to Mise: https://mise.jdx.dev/lang/python.html ?
1 comments

mise is higher level. i use it to install uv in projects with other non-python dependencies (helm, terraform, npm), which i also install with mise.

Then all the python dependencies are managed with uv.

For a non-python project which needs a python-based CLI tool, i’m not sure if i’d use mise or uv (uvx).