I'm setting my son's (ancient) machine up so I can start teaching him how to code. I've installed RVM, updated Ruby and Rails. I had a problem installing Heroku Toolbelt but I found an item that said to install it using Homebrew. So I did that and thought I'd be on my way.
However, when I type "heroku create" I get the following message:
-bash: /usr/bin/heroku: /usr/local/heroku/ruby/bin/ruby: bad interpreter: Bad CPU type in executable
This machine is running Mac OS Snow Leopard 10.6.8. Ruby 1.9.3 and Rails 3.2.13.
I've tried everything I can think of and haven't been able to find an answer. Has anyone else been able to fix this issue?
Thanks