Friday, October 7, 2011

errors in ubuntu while doing rake

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!

No comments:

Post a Comment