2012-10-24 51 views
1

键入$ curl -L https://get.rvm.io | bash -s stable --ruby用ruby安装RVM - 是否正确安装?

从它的外观像输出它成功运行:

% Total % Received % Xferd Average Speed Time Time  Time Current 
          Dload Upload Total Spent Left Speed 
100 185 100 185 0  0 132  0 0:00:01 0:00:01 --:--:-- 296 
100 10009 100 10009 0  0 5244  0 0:00:01 0:00:01 --:--:-- 75255 
Please read and follow further instructions. 
Press ENTER to continue. 
Downloading RVM from wayneeseguin branch stable 
% Total % Received % Xferd Average Speed Time Time  Time Current 
          Dload Upload Total Spent Left Speed 
100 125 100 125 0  0 261  0 --:--:-- --:--:-- --:--:-- 1168 
100 1123k 100 1123k 0  0 760k  0 0:00:01 0:00:01 --:--:-- 1366k 

Installing RVM to /Users/themaktravels/.rvm/ 
Adding rvm PATH line to /Users/themaktravels/.bashrc /Users/themaktravels/.zshenv. 
RVM sourcing line found in /Users/themaktravels/.bash_profile   
/Users/themaktravels/.zprofile. 

# RVM: Shell scripts enabling management of multiple ruby environments. 
# RTFM: https://rvm.io/ 
# HELP: http://webchat.freenode.net/?channels=rvm (#rvm on irc.freenode.net) 
# Cheatsheet: http://cheat.errtheblog.com/s/rvm/ 
# Screencast: http://screencasts.org/episodes/how-to-use-rvm 

# In case of any issues read output of 'rvm requirements' and/or 'rvm notes' 

Installation of RVM in /Users/themaktravels/.rvm/ is almost complete: 

    * To start using RVM you need to run `source /Users/themaktravels/.rvm/scripts/rvm` 
in all your open shell windows, in rare cases you need to reopen all shell windows. 



Installation of RVM in /Users/themaktravels/.rvm/ is almost complete: 

* To start using RVM you need to run `source /Users/themaktravels/.rvm/scripts/rvm` 
in all your open shell windows, in rare cases you need to reopen all shell windows. 

但有人可以解释什么是运行source /Users/themaktravels/.rvm/scripts/rvm是什么意思?

我被指示将它作为命令运行吗?我会关闭终端窗口,然后打开一个新窗口。

预先感谢您!

+0

它说它运行在你打开的shell窗口中,有*可能*需要重新打开它们。 –

+0

检查[官方文档](https://rvm.io/rvm/install/)关于安装。 **第3部分:重新加载shell配置和测试** – fankt

回答

0

根据屏幕输出成功安装了RVM。

您必须将RVM设置(信息)加载到您的PATH,以便您只需键入rvm,并且shell知道您提及/home/blabla.../.rvm/bin/rvm,并成功运行它。

我建议你把这行代码放到你的〜/ .bashrc或〜/ .bash_login文件中(取决于你的Linux发行版本),这样它会在你登录后自动加载。