How to select Ruby version when you have multiple Ruby version installed?

Published on : April 27, 2026

Author:

Category: Uncategorized


If you have multiversion Ruby installed on your ubuntu 14.04, you can select the default version by this method

sudo update-alternatives –config ruby

and you can see the default version by this command

ruby –version

Thanak you.

 


Leave a Reply

Your email address will not be published. Required fields are marked *