Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私が走るときrvm:
rvm
$ rvm -bash: cat -v: command not found
ただし、実行するとrvm -v:
rvm -v
$ rvm -v rvm 1.11.5 (master) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io]
どうしたの?
$ which rvm /Users/me/.rvm/bin/rvm
これはRVMのバグでした:
"${PAGER:-"cat -v"}" ...
これはRVM安定版で修正されました。