Comment on Tool to manage CLI tools
Andy@programming.dev 11 months agoI’m not who you asked, and not a user of pkgx, but one of the reasons I prefer rtx (which supports asdf plugins) to asdf is that by default it doesn’t use shims, but updates the PATH instead.
So for example, running which python
will show me a clearly versioned python executable path, rather than a mysterious shim that represents a different realpath at different times.