I\'m getting the following error when trying to install 1.9.2 with rvm
/Users/craigspaeth/.rvm/scripts/functions/utility: line 152: date: command not found Insta
With a clean install of xcode 4.2 you may install ruby 1.9.2 via rvm, though it is unsupported and may cause issues with some native gems, by using this command:
rvm install 1.9.2 -C --with-gcc=clang
This was noted on rvm issues list here:
https://github.com/wayneeseguin/rvm/issues/610