How do I fix '/bin/bash/: command not found' in vim w/ rails-vim plugin?
Posted
by TheDeeno
on Stack Overflow
See other posts from Stack Overflow
or by TheDeeno
Published on 2010-04-28T07:02:24Z
Indexed on
2010/04/28
7:13 UTC
Read the original article
Hit count: 394
I'm using gvim and rails.vim and getting the following error when attempting to run :Rake
from within a migration:
:!rake db:migrate VERSION=20100427002644 2>&1| tee /tmp/v436868/11
/bin/bash/: rake: command not found
I'm not sure how to troubleshoot this. What can I do to fix this?
© Stack Overflow or respective owner