sudo yum install ruby

I did this on my Amazon EC2 AMI, but I still don't find the 'rake' command. Isn't it part of this installation?

link|improve this question

75% accept rate
feedback

migrated from stackoverflow.com Sep 26 '11 at 19:43

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 2 down vote accepted

Rake is a Ruby gem, it doesn't come with Ruby. Install RubyGems and then install Rake using [sudo] gem install rake.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.