1export RBENV_ROOT="/usr/local/rbenv" 2export PATH="$RBENV_ROOT/bin:$PATH" 3export RUBY_CONFIGURE_OPTS=--disable-install-doc 4eval "$(rbenv init -)"