When I run rvm:
$ rvm
-bash: cat -v: command not found
Howevern, if I run rvm -v:
$ rvm -v
rvm 1.11.5 (master) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io]
What's wrong?
$ which rvm
/Users/me/.rvm/bin/rvm
rvmis failing to runcat -v, not thatrvmisn't found.rvm -vmust not invokecat -v. Why though, I'm not sure, just an observation. – Josh Apr 11 '12 at 6:17rvmwould have to be doing something pretty broken to try to runcat -vas a command instead of trying to runcatwith the-voption. – hobbs Apr 11 '12 at 7:20catcannot be found. – d11wtq Apr 11 '12 at 7:37catis ok. btw, I fixed the problem byrvm get latestbut not sure what caused the original error. – ohho Apr 11 '12 at 8:20