I'm having trouble setting up the compy 486 to use Ruby 1.9.3. I installed homebrew using _why's instructions (http://poignant.guide/book/expansion-pak-1.html) but when I check which version is installed it's still 1.8.7.
From what I understand this is because now there are two version of ruby installed. (See: How can I switch to ruby 1.9.3 installed using Homebrew?)
See:
Last login: Fri Feb 22 17:20:40 on ttys000
MacBook-Air:~ andrew$ brew install ruby
Error: ruby-1.9.3-p385 already installed
To install this version, first `brew unlink ruby'
MacBook-Air:~ andrew$ ruby -v
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin11.0]
MacBook-Air:~ andrew$
I read I should install Ruby Version Manger, but when I try that I get problems.
MacBook-Air:~ andrew$ $ \curl -L https://get.rvm.io | bash -s stable --ruby
-bash: $: command not found
So is there an easy way I can access my newer version of ruby 1.9.3 even if it's not used by default?