I have a problem with virtual machine (Ubuntu) installation for the course from edX Berkeley CS169.1x SaaS. I am using the Ubuntu virtual machine provided by the authors (http://www.saasbook.info/bookware-vm-instructions). Basically, I am working on Homework 2, and I followed the instruction and installed the required system successfully yesterday(https://github.com/saasbook/hw-rails-intro). However, today when I open the terminal, some errors show up:
__rvm_fix_path_from_gem_path: command not found
rvm_is_a_shell_function: command not found
and saying: The program 'rails' is currently not installed. You can install it by typing:
sudo apt-get install rails
Then I reinstalled everything again, but the same problem shows up again after restarting my pc or even opening a new terminal.
Thanks in advance!