更新ruby 2020-07-03 本文已影响0人 鄂北 1、查看已有的ruby版本 rvm list known ruby版本.png 2、安装ruby rvm install 2.6 3、指定默认使用版本 rvm use 2.6.5 --default