On Tue, Aug 3, 2021 at 3:32 PM Craig Russell <apache....@gmail.com> wrote: > > [MacBook-Pro-10:~] clr% head -1 `which bundle` > #!/usr/local/opt/ruby/bin/ruby > [MacBook-Pro-10:~] clr% head -1 `which gem` > #!/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
Unless you have a reason to want two versions of Ruby, I would recommend that you stick with the system installed version. You should be able to remove the non-system installed Ruby using: $ brew uninstall ruby Whether or not you want to do that (and whether or not removing it works) Try to install/overwrite bundler: $ sudo gem install bundler If this works (i.e., the two commands at the top of this email starting with "head -1" now return the same results), try rerunning setupmymac. - Sam Ruby