রুবি সংস্করণ তালিকা
console:~$ rvm list
rvm rubies
ruby-2.0.0-p481 [ i686 ]
# => - current
# =* - current && default
# * - default
রুবীর একটি নির্দিষ্ট সংস্করণ ব্যবহার করার চেষ্টা করুন
console:~$ rvm use 2.0.0
RVM is not a function, selecting rubies with 'rvm use ...' will not work.
You need to change your terminal emulator preferences to allow login shell.
Sometimes it is required to use `/bin/bash --login` as the command.
Please visit https://rvm.io/integration/gnome-terminal/ for a example.
source $HOME/.profile
বা source $HOME/.bash_profile
যেখানে rvm সম্ভবত তার init রেখাটি সংজ্ঞায়িত করতে পারে ।