I initially tried rbenv and followed this person's issue but I ended up switching to RVM and getting this error:
Error running '__rvm_make -j4',
please read /Users/thendralprabu/.rvm/log/1622423552_ruby-2.7.2/make.log
There has been an error while running make. Halting the installation.
Here's the order of steps I attempted so far.
rvm install 2.7.2
rvm get master
rvm reinstall 2.7.2
Here's what my make file is telling me, and my errors have been pointing me in the direction of the *include statement in the makefile, telling me that the file doesn't exist and I'm not sure how to address that.