I am having some bumpy getting Rails running on my Ubuntu machine. I was hoping that this script would be a no-brainer install:
https://github.com/rkjha/RailsOnUbuntu/blob/master/rails-installer.sh
But I ran into a slew of problems. The first was that my Ubuntu issued rvm was messing with things, so I ran this solution:
Installing RVM on Ubuntu
However, I am still bumping my head against the following seemingly dumb problem:
./rails-installer.sh: line 38: /home/meawoppl/.rvm/scripts/rvm: No such file or directory
Why not follow RVM site installation instructions:
This will install latest:
It will do short stop displaying commands to execute – but there is not much work to do, just copy/paste it to other terminal.
RVM2 will further simplify the above step so it all will be automated.