rake: command not found
Posted
by Errol Siegel
on Stack Overflow
See other posts from Stack Overflow
or by Errol Siegel
Published on 2009-11-03T02:59:28Z
Indexed on
2010/06/05
19:42 UTC
Read the original article
Hit count: 450
I'm trying to install rails on Ubuntu 9.10.
gem list --local
*** LOCAL GEMS ***
actionmailer (2.3.4, 2.3.2)
actionpack (2.3.4, 2.3.2)
activerecord (2.3.4, 2.3.2)
activeresource (2.3.4, 2.3.2)
activesupport (2.3.4, 2.3.2)
rack (1.0.1)
rails (2.3.4, 2.3.2)
rake (0.8.7)
sqlite3-ruby (1.2.5)
rake
The program 'rake' is currently not installed. You can install it by typing:
sudo apt-get install rake
rake: command not found
How do I solve this?
© Stack Overflow or respective owner