Closed FelisNivalis closed 4 days ago
that's just how pipx works
This could be an interesting feature request rather than a bug.
It would be nice to be able to use any language package manager backends (npm/pipx/cargo) without worrying if you have the correct tooling installed to download and run them.
I'm not sure if this would be considered dependency management as mentioned in the anti-goals
Describe the bug I had python and "pipx:httpie" installed with mise. After uninstalling Python, the executable httpie still links to the removed python interpreter.
To Reproduce
Run
mise i
. Then removepython="latest"
and runmise prune
.Expected behavior When uninstalling a python version or doing a
mise upgrade
, detect and reinstall affected tools; Report such breaks inmise doctor
mise doctor
output