コマンド プロンプトの前に最後に見たものは次のとおりです。
Searching for binary rubies, this might take some time.
Found remote file https://rvm.io/binaries/osx/10.9/x86_64/ruby-2.1.1.tar.bz2
Checking requirements for osx.
About to install Homebrew, press `Enter` for default installation in `/usr/local`,
type new path if you wish custom Homebrew installation (the path needs to be writable for user)
: Requirements installation failed with status: 1.
Enterを押せるレベルまでは到達していないと思います
他の誰かがこの特定の「ステータス:1」エラーに遭遇した場合(多くの人がこれを受け取ったことは知っていますが、さまざまな理由があるようです)… depaのコメントを確認し、それに追加して質問への回答を作成します:
brew.sh のコマンドを使用して Homebrew を自分でインストールする必要がありました。
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
その後、RVM install コマンドを再度実行すると、正常に動作しました。
何らかの理由で、RVM が私のマシンに Homebrew をインストールするときに問題が発生したようです。