在LinuxMint系统上安装ruby的时候,出现以下:ruby
$ rvm install ruby 2.0.0 Searching for binary rubies, this might take some time. No binary rubies available# for: mint/17/x86_64/ruby-2.0.0-p481. Continuing with compilation. Please read ‘rvm help mount’ to get more information on binary rubies.
解决方法很简单,只需3个步骤。在第二个步骤须要去掉第一步骤更新失败的包的选项便可。ui
sudo apt-get update Menu >> Software >> Software Sources >> PPA rvm install 2.0.0
详细内容连接:http://stackoverflow.com/questions/25248830/requirements-error-while-installing-ruby-using-rvmthis