Hacker News new | ask | show | jobs
by AMCMneCy 777 days ago
Can we say that `mise` is just a wrapper over `pyenv`, `asdf` and `kerl`?
1 comments

No, mise is compatible with asdf plugins, but it is its own implementation. If the plugin uses pyenv (I believe the python plugin does) then it will use that. But otherwise it's not a wrapper. E.g. the asdf golang plugin downloads the files from https://go.dev/dl/. It entirely depends on the plugin itself.