2 examples for rbenv

{{ score }}
  # List all the ruby versions rbenv can install
rbenv install --list
        
{{ score }}
  # Generate shims for gem executables (do this after installing a new gem
# that has a command associated with it)
rbenv rehash