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 稳定版中修复。