Using RVM on Ubuntu 12.04 to use Rails. The program 'rails' is currently not installed
问题 I installed RVM from scratch following the installation guide on the official website. I installed Rails, created a dummy app and everything worked fine. I shut off my machine. The next morning, I turned on the machine again (cold boot) and the tried running " rails -v " from the console, but I get the following error message: sergio@Sergio-work ~ $ rails -v The program 'rails' is currently not installed. You can install it by typing: sudo apt-get install rails I can run ruby -v just fine,