I wish to install asdf in order to provide for multiple language environments (ruby/python/postgres..) for macOS development. Previously I have used rbenv to install ruby, and use several ruby gems, including for Cocoapods. Should I first uninstall rbenv?
Is it also necessary to uninstall ruby version(s) installed with rbenv first, as suggested by a previous SO question?
I have reviewed previous FAQ but advice seems dated and relates to previous versions of shell and version managers.