OK, I now done this three times, Google and search here doesn’t seem to help. I have RVM installed on OS X Lion. I have two different Rails apps, one that 1.9.2 and one that 1.8.7. However, ever time I go back into the app that 1.8.7 after closing my current terminal session, it says that I haven’t installed ruby 1.8.7. The exact message is:
ruby ruby-1.8.7-p352 is not installed.
To install do: ‘rvm install ruby-1.8.7-p352’
Failed to create RVM environment ‘ruby-1.8.7-p352@tat_store’.
I figured I was missing a path or something but no love. I have the following in my .bash_profile:
[[ -s "/Users/Ross/.rvm/scripts/rvm" ]] && source "/Users/Ross/.rvm/scripts/rvm"
Driving me crazy, I can work on the app fine until I close the terminal window. To start woking again, I have to go through a full reinstall. Ideas?
ruby
ruby-1.8.7-p352is an older version, when you update rvm to stable/head –rvm get stablethe expected behavior will be:if you would like to use older ruby patchlevel then you need to explicitly specify it: