ga-wdi-boston / orientation

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

Use environment variable for rbenv install #241

Closed raq929 closed 7 years ago

raq929 commented 7 years ago
- echo bundler > ~/.rbenv/default-gems
+ echo bundler > ${RBENV_ROOT}/default-gems
payne-chris-r commented 7 years ago

Is this something we need to be concerned about LM01 not having done correctly that will be a problem come ruby lessons?

gaand commented 7 years ago

@payne-chris-r Unlikely (so, no).

Doing this everywhere would allow us to be explicit and consistent. But, we might want to leave it the way it is and let those who rely on RBENV_ROOT suffer.

scottyscripts commented 7 years ago

moved to and closed on GHE https://git.generalassemb.ly/ga-wdi-boston/orientation/issues/241