logoalt Hacker News

atmosxtoday at 2:04 PM2 repliesview on HN

Python might be just one of the languages required by the dev stack not the only language. Mise is the right tool for the job.


Replies

zbentleytoday at 5:22 PM

True, but Python is the one with an env management system (virtual environments) which is the most prone to breakage for projects that depend on system Python.

Uv is far superior to both Mise and Homebrew for Python work, and I find that it removes the vast majority of pain preventing me from using Homebrew by default for most things, and Mise only occasionally for specific dev envs. Mise is a great tool though!

9devtoday at 2:13 PM

Last time I checked, Mise is still a one-man show. That’s way too risky for a critical party of my supply chain for my taste.

show 2 replies