1

入力しました$ curl -L https://get.rvm.io | bash -s stable --ruby

出力から、正常に実行されたように見えます。

  % 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.

しかし、誰かが run の意味を説明できます source /Users/themaktravels/.rvm/scripts/rvmか?

それをコマンドとして実行するように指示されていますか? ターミナル ウィンドウを閉じてから、新しいウィンドウを開きますか。

前もって感謝します!

4

1 に答える 1

0

画面出力に従って、RVM が正常にインストールされました。

RVM 設定 (情報) を PATH にロードする必要があります。これにより、入力するだけrvmで、シェルが言及していることを認識し/home/blabla.../.rvm/bin/rvm、正常に実行できるようになります。

このコード行を ~/.bashrc または ~/.bash_login ファイル (Linux リリースのバージョンによって異なります) に入れて、ログインすると自動的に読み込まれるようにすることをお勧めします。

于 2012-10-24T02:22:58.667 に答える