sh: vim: command not found, how to fix it?
Created by: ratzip
Hello,
I got the following errors:
git clone https://github.com/gmarik/vundle ~/.vim/bundle/vundle Cloning into '/Users/xiaolinsun/.vim/bundle/vundle'... remote: Counting objects: 2484, done. remote: Compressing objects: 100% (1610/1610), done. remote: Total 2484 (delta 845), reused 2402 (delta 779) Receiving objects: 100% (2484/2484), 300.85 KiB | 310 KiB/s, done. Resolving deltas: 100% (845/845), done. vim -c "BundleInstall" -c "q" -c "q" sh: vim: command not found rake aborted! Command failed with status (127): [vim -c "BundleInstall" -c "q" -c "q"...]
Tasks: TOP => install:vundle (See full trace by running task with --trace)
it says it can not find vim, this error is very wired, how to fix it?