Archives
Install Ruby 2.7.5 using RVM on Ubuntu 22.04
Posted on April 1, 2023 Leave a Comment
RVM is a great tool to manage multiple versions of Ruby when working on projects. I was working on a Rails project which was using Ruby 2.7.5, so tried to install it using RVM’s standard installation process: rvm install 2.7.5. It fails, and in the log file you can see this: After a bit of […]