Ruby,一种为简单快捷的面向对象编程(面向对象程序设计)而创的脚本语言,在20世纪90年代由日本人松本行弘(Yukihiro Matsumoto)开发(和python很像(个人观点!!))

apt-get install ruby

apt-get install gems  #类似与python的pip,管理ruby模块的程序

由于国外的源慢,所以换成国内的

gem sources #列出默认源

gem sources --remove https://rubygems.org/ #移除默认源

gem sources -a https://ruby.taobao.org/ #添加淘宝源

#!!!科大的源貌似有问题

gem sources -u #更新源的缓存

https://ruby-china.org/