Running Ruby Install rbenv on MacOS brew install rbenv List all versions of ruby that can be installed rbenv install -l Install a specific version of ruby rbenv install 3.3.1 Set the global version of ruby rbenv global 3.3.1 Interactive prompt irb Run file ruby 1_2.rb