Installing Ruby 2.3.x on Ubuntu 18.04 is causing an error by the end of the installation process
问题 I recently updated my system to Ubuntu 18.04 LTS, and since then, the Ruby version seems to have updated to 2.5. The issue is that, when attempting to deploy a project that uses Capistrano, it will now complain that Ruby 2.3 was not found. The version it tries to install when running rvm install 2.3 is 2.3.4, and the first error that is shown is " Error running '__rvm_make -j4' ". I tried removing RVM and installing again, but nothing solves this. The log is an enormous file which tells me