|
|
|
|
|
by nerdponx
1629 days ago
|
|
Kind of. This case is a bit funky, because I tend to use "non-system" package managers like Pkgsrc and Brew, as well as tools like ASDF-VM and Conda. However I don't always install or set up all these tools on all machines. It all tends to operate in "layers", mostly governed by the sequence of PATH entries. Usually there are too many individual programs to alias, and often which version I want to use is determined dynamically. Ultimately doing things the way I do them makes sense for me, but it's definitely not very simple and I wouldn't recommend it for most people. |
|