|
|
|
|
|
by jrjarrett
1082 days ago
|
|
I noticed they installed version managers for Java, node, and directly installed Go. Never mind the nightmare that is Python on macOS. I’ve become a big fan of ASDF (https://asdf-vm.com/) for managing language versions. It has plugins for most everything I work with on a daily basis (all those languages above plus Ruby). |
|
there's also rtx (asdf clone but in rust) if someone wants that.