When running 'rvm get head' I get: Unrecognized command line argument: 'get' ( see: 'rvm usage' )". How do I fix that?

江枫思渺然 提交于 2019-12-07 07:10:23

问题


As the title says, I ran rvm get head in an attempt to update RVM to the latest version.

The error message I got was: Unrecognized command line argument: 'get' ( see: 'rvm usage' )

How do I fix this ?

Running RVM on OS X - 10.6.7.


回答1:


rvm update --head
rvm reload
rvm get latest

from http://seanbehan.com/ruby/how-to-upgrade-rvm-on-mac-os-x/



来源:https://stackoverflow.com/questions/6165719/when-running-rvm-get-head-i-get-unrecognized-command-line-argument-get-s

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!