ruby的安装
Posted 迷阳
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ruby的安装相关的知识,希望对你有一定的参考价值。
个人比较建议下载源码编译安装
1 wget https://cache.ruby-lang.org/pub/ruby/2.3/ruby-2.3.1.tar.gz
2 tar zxf ruby-2.3.1.tar.gz
3 cd ruby-2.3.1
4 ./configure
5 make
6 sudo make install
7 make clean
2 tar zxf ruby-2.3.1.tar.gz
3 cd ruby-2.3.1
4 ./configure
5 make
6 sudo make install
7 make clean
由于ruby的gem被屏蔽,需要跟换为淘宝搭建的源,
1 gem sources --remove https://rubygems.org/
2 gem sources -a https://ruby.taobao.org/
3 gem sources -l
2 gem sources -a https://ruby.taobao.org/
3 gem sources -l
以上是关于ruby的安装的主要内容,如果未能解决你的问题,请参考以下文章