Michael Kriese
Michael Kriese
Tests start failing - #5034
What if there are more than 2 versions installed? Which version should be linked?
Should it support the `_VERSION` env variable like `install-tool` ?
> What if there are more than 2 versions installed? Which version should be linked? It's much easier to simply unlink the tool. 🤔
//cc @nabeelsaabna @Gabriel-Ladzaretti
It seems it much more tricky. I can easily remove a version, if it's not the linked one (latest installed). If i remove a node version which is the linked...
yes, same for python and java. python, node and ruby based tools are dependent on the ruby version which was linked when installed. so removal of node or ruby can...
> Some points I remember: > > - Needs to _remove_ the tools. e.g. remove older dotnet while keeping newer > - Maybe we could say that "delete-tool foo x.y.z"...
`uninstall-tool node` will uninstall all versions which are not linked. It'll still be easy to break tools, eg: - install python 3.9 - install poetry xx - install python 3.10...