sudo: rake: command not found
To get around with this error do the following: which is making a link to rake in /usr/local/bin
$ sudo ln -s `which rake` /usr/local/bin/
and you are done!
To get around with this error do the following: which is making a link to rake in /usr/local/bin
$ sudo ln -s `which rake` /usr/local/bin/
and you are done!

No comments:
Post a Comment