Closed jrhorn424 closed 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
Addressed in the commit above. (Commit wasn't formatted properly to close automatically.)
Use the linux snippet instead. Related: #215
This is wrong.