How to install RVM on lion, I am trying this command in terminal
curl -s https://rvm.beginrescueend.com/install/rvm
After this command executed it gives me a lot of text in terminal, the text is ending with this statement
chmod +x ./scripts/install
# Now we run the RVM installer.
./scripts/install ${flags[*]} --prefix "$rvm_prefix" --path "$rvm_path"
After it finish executing I tried rvm command but its giving me error command not found
Copied from:
http://ruby.about.com/od/rubyversionmanager/ss/Installing-Ruby-On-Snow-Leopard-With-Rvm_6.htm