Hi All,
I decided to try attempting to use RVM after having a horrible experience with it a couple of months ago. When through all the instructions, blah blah blah.... FAIL.
Here's my setup:
- RVM 1.13.8 (master)
- Ruby 1.9.3p194
- separate gemset for the project (ruby-1.9.3-p194@demo_app)
- .rvmrc file in demo_app root = rvm use 1.9.3@demo_app
- Added the following to my .zshrc
- rvm_project_rvmrc=1
- [[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
- "gem install rails" returns: "Successfully installed rails-3.2.3 (see attached image)
- running rails -v immediately after "gem install rails" produces an error (see attached)
I tried "gem install bundler" which was "successful" but no joy when running rails -v .
I've imploded RVM and re-installed twice now.
I've also gone back to bash for the time being as most of the trouble shooting I've seen reference bash (not so much with zsh)
I know that everyone and their mom says to use RVM to manage "gem hell", but so far it seems like the cure is worse than the disease....
Any help or advice would be appreciated.
-Paul