Hey so I hoping to get some advice about un-messing up my ruby environment. I ran into some issues when updating my ruby version. I realized that I had both rvm and rbenv, and I read that having both could be problematic. I deleted rvm with:
rvm implode
I used rbenv to install and select the ruby version I want. However now I am receiving the error:
Library not loaded: /Users/myname/.rvm/rubies/ruby-2.7.2/lib/libruby.2.7.dylib
How can I get my environment to look wherever rbenv downloaded ruby instead of rvm?