Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Install specific Ruby version

How do I install a specific Ruby version (say 1.9.3-p194) using YUM?

E.g. yum install ruby --version?

Is such a thing possible using YUM?

like image 449
Ritesh Avatar asked Oct 29 '22 22:10

Ritesh


1 Answers

I recommend to use a ruby version manager like rvm or rbenv instead of install a specific ruby version, it allows you to change, upgrade and install parallel versions with less effort.

like image 198
rneves Avatar answered Nov 02 '22 11:11

rneves