Closed raq929 closed 7 years ago
I think this should be titled "Before typing rbenv install
...".
Agreed.
@raq929 is this the section of the README you are speaking of? Where would you like them to run rbenv --version
? Or would you like the rbenv version
on the last line to read rbenv --version
6.Install version 2.3.1 of Ruby and make it the system-wide default using the command:
rbenv install 2.3.1 rbenv global 2.3.1
You can see what versions of Ruby rbenv has downloaded by running
rbenv versions
; to see which version you are currently using, type eitherrbenv version
orruby -v
.
Per @gaand Before typing rbenv in terminal type
rbenv --version