ga-wdi-boston / orientation

Instructions for students beginning General Assembly's WDI program in Boston
Other
11 stars 198 forks source link

Before typing `rbenv install ...` in terminal #178

Closed raq929 closed 7 years ago

raq929 commented 8 years ago

Per @gaand Before typing rbenv in terminal type rbenv --version

gaand commented 8 years ago

I think this should be titled "Before typing rbenv install ...".

jrhorn424 commented 7 years ago

Agreed.

MicFin commented 7 years ago

@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 either rbenv version or ruby -v.