ga-wdi-boston / orientation

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

macOS bashrc configuration is wrong for rbenv #216

Closed jrhorn424 closed 7 years ago

jrhorn424 commented 7 years ago

Use the linux snippet instead. Related: #215

This is wrong.

#OSX ONLY
# Rbenv
if which rbenv > /dev/null; then
  export RBENV_ROOT=/usr/local/var/rbenv
  export PATH="$HOME/.rbenv/bin:$PATH"
  eval "$(rbenv init -)"
fi
raq929 commented 7 years ago

Addressed in the commit above. (Commit wasn't formatted properly to close automatically.)