Quick steps:
1. > sudo apt-get install ruby-full build-essential
2. Download and install latest rubygems. Do not use apt-get because
rubygems update itself and corrupts apt-get.
3. > sudo gem install rails
4. test your environment! > rails ~/my_test_app
> --
> You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
> To post to this group, send email to rubyonra...@googlegroups.com.
> To unsubscribe from this group, send email to rubyonrails-ta...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
>
>
--
Filipe Quadros Borges
email: fqbo...@gmail.com
msn: fqbo...@hotmail.com
That always seems to cause problems. I'd rather keep gems available
system-wide.
>
> - Victor
--
Marnen Laibow-Koser
http://www.marnen.org
mar...@marnen.org
Sent from my iPhone
--
Posted via http://www.ruby-forum.com/.
Thanks! I updated my answer on SU and linked to this post. My best
guess is that:
apt-get install ruby rdoc libopenssl-ruby build-essential
Doesn't quite cover everything that's needed to run gem
effectively...ruby-full on a clean VM install worked great. Much
appreciated.