##RVM
# download RVM from terminal
curl -L get.rvm.io | bash
# after this is complete execute the source comand in order to use RVM in your current shell
source ~/.rvm/scripts/rvm
If you find you are having issues with rvm CLI returning a "comman not found" error add source ~/.rvm/scripts/rvm
to your ~/.bash_profile
or you can run source /Users/<USERNAME>/.rvm/scripts/rvm