Quickly See the Ruby Version and Gemset Currently in Use

less than 1 minute read

When you want to see the ruby version and gemset that is currently being used just enter rvm-prompt in your terminal.

Output will be something like ruby-2.2.3@jekyll

First part before @ sign is ruby-version and second part is name of gemset.

Tags: ,

Updated:

Leave a comment