このチュートリアルに従って Ruby をアップグレードしようとしましたが、ターミナルで「Command not found: rvm」が表示されます。
➜ ~ rvm
zsh: correct 'rvm' to 'rvim' [nyae]? n
zsh: command not found: rvm
「ステップ 2: RVM をシェルにロード」の後、行き詰まりました。実際に追加しました
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
同様の質問に対する他の回答で見つけたいくつかの追加行を含む .zshrc ファイルに。ファイルの内容は次のとおりです。
# Path to your oh-my-zsh configuration.
ZSH=$HOME/.oh-my-zsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="robbyrussell"
# Example aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
# For Ruby 1.9
__rvm_project_rvmrc
alias rvm-promt=$HOME/.rvm/bin/rvm-prompt # added 2013/09/13
source $ZSH/oh-my-zsh.sh
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
# Set to this to use case-sensitive completion
# CASE_SENSITIVE="true"
# Comment this out to disable bi-weekly auto-update checks
# DISABLE_AUTO_UPDATE="true"
# Uncomment to change how many often would you like to wait before auto-updates occur? (in days)
# export UPDATE_ZSH_DAYS=13
# Uncomment following line if you want to disable colors in ls
# DISABLE_LS_COLORS="true"
# Uncomment following line if you want to disable autosetting terminal title.
# DISABLE_AUTO_TITLE="true"
XCode 4.6.3 をダウンロードし、コマンド ライン ツールをインストールしました。このアップグレードを機能させるにはどうすればよいですか? ありがとう。
編集: rvm コマンドを試す前に、ターミナルを再起動しました。