You are not logged in.
I'm looking for any suggestions or guidance on how to best configure my environment so that frontend dev tools like [mise](https://mise.jdx.dev) don't conflict with the install/build process of AUR helpers.
I use `yay`, and while the vast majority of packages build and install without problem, occasionally, I run into conflicts where the AUR package build is tripped up by mise. I assume the same can be said for `asdf`, `venv`, etc.
Thanks.
Offline
you need to not start these tools "init"/"setup"/"whatever" routines as default part of your bashrc/bash_profile/$insertfavoriteshellstartuphere like the automated installers often like to do, but run them on demand when you want to do local project work but keep your general shell's environment intact from the path redirects these tools like to do.
Offline
Guilty. Thanks.
Offline