2012-10-24 4 views
1

이 보이는 출력에서 ​​$ curl -L https://get.rvm.io | bash -s stable --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

그것은 열려있는 셸 창에서 다시 열 필요가있는 * 가능성 *으로 실행합니다. –

+0

[공식 문서] (https://rvm.io/rvm/install/)에서 설치 여부를 확인하십시오. ** 섹션 3 : Reload 쉘 설정 및 테스트 ** – fankt

답변

0

화면 출력에 따라 RVM을 성공적으로 설치했습니다.

rvm을 입력하면 쉘에 /home/blabla.../.rvm/bin/rvm이 나오고 성공적으로 실행된다는 것을 알기 위해 PATH에 RVM 설정 (정보)을로드해야합니다.

~/.bashrc 또는 ~/.bash_login 파일 (Linux 릴리스 버전에 따라 다름)에 코드를 삽입하여 로그인하면 자동으로로드되도록 제안합니다.