5 ms·
Can we say that `mise` is just a wrapper over `pyenv`, `asdf` and `kerl`?
by AMCMneCy 2y ago
Can we say that `mise` is just a wrapper over `pyenv`, `asdf` and `kerl`?
- figmert 2y agoNo, 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/ https://go.dev/dl/. It entirely depends on the plugin itself.