rbenv / ruby version manager¶
init rbenv¶
install ruby version¶
set local or global version¶
local
with create a .ruby-version
file in the current folder. when initializing rbenv it'll use the version.
global, well, is for the global
system, or rather for your current logged in user.