I am trying to install rvm 1.8.7. The command I am trying to use is: rvm install 1.8.7.
I receive this error: rvm: command not found
I am new to system configuration and rvm, can anyone point me in the right direction?
I am using Mac OSX 10.7 (Lion)
I have not installed rvm previously.
If you don’t have
rvmon your system, then follow the instructions here: Installing RVM. Basically, you have to download a shell script that will does the job for you (fetch the latest release and install it). Then, just addin your
.profile,.bash_profile, or whatever you use.