I'm following this tutorial:
http://www.christopherirish.com/2010/08/25/how-to-install-rvm-on-ubuntu-10-04/
When I get to the part where he tells us to modify the .bashrc file, I get stuck. For one thing, the .bashrc file is nowhere to be found.

Second, I tried manually creating the file myself and put this as it's contents:
if [[ -n "$PS1" ]]; then
if [[ -s $HOME/.rvm/scripts/rvm ]] ; then source $HOME/.rvm/scripts/rvm ; fi
fi
But when I try running the command rvm notes I get the following error:
No command 'rvm' found, but there are 20 similar ones rvm: command not found
What can I do to use RVM properly?