Kang-Kyu Lee

November 19, 2024

install Ruby

For Ruby you should install at first, and it's not hard.

First, install homebrew from the terminal.

Second, install rbenv.

And then install Ruby with rbenv command:
"rbenv install 3.2.6"

Now you installed Ruby version 3.2.6!

See you next time!