I used
$ wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh
to get heroku toolbelt, but when I tried
$ heroku login
I got the error
< internal:gem_prelude>:1:in 'require': cannot load such file -- rubygems.rb (LoadError) from :1:in `< compiled>'
I'm completely new to coding, so I really have no clue what I'm doing. Trying to learn though! FYI, I'm using Ubuntu 12.10 (I tried learning on Windows and I ran into too many problems). I've got ruby 1.9.3p392 and Rails 3.2.12. Thanks so much, let me know if I can add anything to this to make it easier to help. I really appreciate it!