On Mon, Apr 29, 2013 at 2:24 PM, Love U Ruby <[email protected]> wrote:
> kirti@kirti-Aspire-5733Z:~$ irb > 2.0.0p0 :001 > require 'nokogiri' > => true > 2.0.0p0 :002 > > Just to give you a heads up for next time: `curl -L https://get.rvm.io|bash -s head --ruby=2.0.0 --autolibs=enabled` would have installed everything from libxml2 down to Git for you and installed Ruby 2.0.0 and Rails as well. You can see a list of what we install for you here: https://github.com/wayneeseguin/rvm/blob/master/scripts/functions/requirements/ubuntu#L83 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

