Installing Ruby on Ubuntu Using rbenv
Techie January 2023
Introduction
rbenv is a ruby version management tool designed to manage multiple versions of
Ruby on the same device and lets you easily switch between them.
1 . Install dependencies for compiiling Ruby
2 . Install rbenv
3 . Install Ruby
Install a Ruby version of your choice. e.g 3.2.0
4 . Install Bundler
Thanks for reading, see you in the next one!