CentOS6.x に Ruby193をインストール[コマンド4行]
インストール方法(参考にさせて頂いた情報のまま)
command
yum install -y centos-release-SCL
yum install -y ruby193
source /opt/rh/ruby193/enable
echo "source /opt/rh/ruby193/enable" | sudo tee -a /etc/profile.d/ruby193.sh
command
[vagrant@www ~]$ ruby -v
ruby 1.9.3p484 (2013-11-22) [x86_64-linux]
centos-release-SCLは、CentOS版のRedHat Software Collections
yum だから簡単
注意点 Gaining Access to SCLs
CentOS Extras repository (x86_64 only)
ポイント
/etc/profile.dにruby用shellを設置すると便利
参考にさせて頂いた情報
command
yum install -y centos-release-SCL
yum install -y ruby193
source /opt/rh/ruby193/enable
echo "source /opt/rh/ruby193/enable" | sudo tee -a /etc/profile.d/ruby193.sh
command
[vagrant@www ~]$ ruby -v
ruby 1.9.3p484 (2013-11-22) [x86_64-linux]
centos-release-SCLは、CentOS版のRedHat Software Collections
yum だから簡単
注意点 Gaining Access to SCLs
CentOS Extras repository (x86_64 only)
ポイント
/etc/profile.dにruby用shellを設置すると便利
Author And Source
この問題について(CentOS6.x に Ruby193をインストール[コマンド4行]), 我々は、より多くの情報をここで見つけました https://qiita.com/Ikumi/items/fa4587ba7b6941cce8e1著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .