Received Warning message “Path set to RVM” after updating ruby version using rvm

后端 未结 7 1891
南旧
南旧 2021-01-30 01:54

Recently I tried to update my ruby version due to a warning message (see below).

Now I get the following warning message when I start my iterm2:

Warning:         


        
7条回答
  •  被撕碎了的回忆
    2021-01-30 02:09

    same issue here, add code below into ~/.zshrc works for me.

    export GEM_HOME="$GEM_HOME:$HOME/.rvm/bin"
    export GEM_PATH="$GEM_PATH:$HOME/.rvm/bin"
    

    And then source ~/.zshrc.

提交回复
热议问题