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?
I did this on my Amazon EC2 AMI, but I still don't find the 'rake' command. Isn't it part of this installation?
| |||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
|
Rake is a Ruby gem, it doesn't come with Ruby. Install RubyGems and then install Rake using | |||
|
feedback
|