简体   繁体   中英

Ruby on rails installation Issue on ubuntu 12.04 using rvm

I was trying to install ruby on rails into my ubuntu 12.04 system. I have installed the rvm and then when I tried to install/update ruby this is what happened

joms@Joms-PC:/var/lib$ rvm -v
rvm 1.6.9 by Wayne E. Seguin (wayneeseguin@gmail.com) [https://rvm.beginrescueend.com/]
joms@Joms-PC:/var/lib$ rvm install ruby
ERROR: rvm X,Y,Z 'error' must be followed by arguments. ( see: 'rvm usage' )

Please Help to resolve the issue

You Probably should determine the version of Ruby you wish to install.

use: rvm list known to view the available options, and based on that run something like:

rvm install 2.1

使用脚本像这样这样在安装系统后安装Ruby和回报率

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM