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

后端 未结 7 2061
南旧
南旧 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:04

    Adding to @ymin's solution. For me, who ran rvm list and did not have a current ruby selected, needs to manually select a ruby ie. rvm use ruby-2.1.x, then fix zshrc path and run rvm get stable.

提交回复
热议问题