I'm having some problems with my project. I keep an .rvmrc in my project's directory with the following config:
rvm use 1.9.2
and I put the following lines into my ~/.zshrc:
rvm_project_rvmrc=1
[[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm
Yet whenever I cd into my project's directory, ruby -v shows ruby 1.8.7 (2010-01-10 patchlevel 249) [universal-darwin11.0].
What am I missing here?