logoalt Hacker News

Syttentoday at 12:02 PM6 repliesview on HN

I found that Mise handles all my needs for development and it is scoped so it doesn't try to update Python and break all my virtual env when I install something new /shrug


Replies

hk1337today at 12:14 PM

I split my usage. Homebrew for OS things mise for the various tooling.

The only problem some things still have a dependency on requiring python and others on the system. The problem being that they’re there, mise works just fine.

artdigitaltoday at 12:49 PM

I also started using Mise for global CLI tools instead of brew and it’s working really well

Eg: mise use -g gcloud instead of brew install xxx

It can even do that for npm packages! Like mise use -g npm:xxx

9devtoday at 12:16 PM

Why would you even use python without uv anymore, and have a system python binary and virtual envs linked to it?

zymhantoday at 4:36 PM

Okay

bodashtoday at 12:29 PM

my split: brew for casks, mise for tools

acedTrextoday at 1:52 PM

Mise is really sloppily vibe coded these days

show 1 reply