我使用rvm
通过终端在ubuntu中安装了ruby和rails以及其他宝石安装完成后,我检查了ruby和rails的版本。
后来我关闭了终端。现在我无法找到红宝石。
我也是ruby和ubuntu的新手。我确定它安装好了。但是当我再次打开它并关闭终端并键入“ruby -v”
之后我明白了:
ubuntu@ubuntu:~$ ruby -v
The program 'ruby' can be found in the following packages:
* ruby
* ruby1.8 (You will have to enable component called 'universe')
Try: sudo apt-get install <selected package>
ubuntu@ubuntu:~$
答案 0 :(得分:0)
我强烈建议最近在Ruby中使用rbenv
代替rvm
。
有关如何安装它的指南位于:https://gorails.com/setup/ubuntu/14.10
然后,Ruby将安装在.rbenv
文件夹中的$HOME
目录中。
要回答有关rvm
安装位置的问题,请将其安装到.rvm
$HOME
文件夹中