Getting “Warning! PATH is not properly set up” when doing rvm use 2.0.0 --default

前端 未结 16 999
不思量自难忘°
不思量自难忘° 2020-12-02 04:35

Above doesn\'t work first time, works 2nd time.

Try to set ruby version to 2.0.0 for any new shell windows.

Doing

$ rvm use 2.0.0 --default
<         


        
16条回答
  •  一整个雨季
    2020-12-02 04:46

    I FIXED THIS PROBLEM. TRY USE COMMAND LIKE THIS:

    rvm use 2.0.0-p353
    

    ADD -p353 or other you version detail to line end

提交回复
热议问题