It is a security feature introduced in the latest version of RVM
https://github.com/wayneeseguin/rvm/releases/tag/1.26.0

You just need to follow the instruction to import the key:

$ gpg2 --keyserver hkp://keys.gnupg.net --recv-keys D39DC0E3

 

================================================

during

 

yum install -y gcc-c++ patch readline readline-devel zlib zlib-devel libyaml-devel libffi-devel openssl-devel make bzip2 autoconf automake libtool bison iconv-devel

 

安装

curl -L get.rvm.io | bash -s stable




vi ~/.bash_profile


添加source /etc/profile.d/rvm.sh



 

安装新版本的ruby

rvm install 1.9.3-p194

 

查看所有版本

rvm list known

 

使用版本

rvm use system

rvm use 1.9.3(切换)

 

相关文章:

  • 2021-10-31
  • 2021-12-22
  • 2021-10-09
  • 2021-07-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-18
  • 2022-12-23
  • 2021-09-26
  • 2022-01-04
  • 2021-09-14
相关资源
相似解决方案