On Wed, May 13, 2020 at 5:38 PM Craig Russell <apache....@gmail.com> wrote:
> I think I'm in a loop: > [MacBook-Pro-10:~/apache/git/whimsy] clr% ~/.rvm/scripts/rvm install > "ruby-2.4.1" > Required ruby-2.4.1 is not installed. > To install do: 'rvm install "ruby-2.4.1"' > Recommendation: rvm implode brew install ruby Explanation: rvm solves the problem of "I want to run multiple versions of Ruby". brew solves the problem of "I want to run a recent version of Ruby" I think brew is a better match to your needs. If you do want to run multiple versions of Ruby, try rbenv instead: https://github.com/apache/whimsy/blob/master/MACOSX.md#upgrade-ruby-if-needed - Sam Ruby