且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

为什么在尝试使用 RVM 安装 Ruby 时会出现需求错误?

更新时间:2022-12-17 21:25:10

更新系统使用:

sudo apt-get update

试试:

rvm remove 2.0.0 # uninstall rvm
rvm get head --autolibs=3 # get the latest RVM and build required libs
rvm requirements # check if there are any dependencies that need to be installed.
rvm install ruby-2.0.0