Skip to content

Instantly share code, notes, and snippets.

@pablete
Created April 11, 2013 21:33
Show Gist options
  • Save pablete/5367372 to your computer and use it in GitHub Desktop.
Save pablete/5367372 to your computer and use it in GitHub Desktop.
# rbenv setup
export RBENV_ROOT=/usr/local/rbenv
export PATH="$RBENV_ROOT/bin:$PATH"
eval "$(rbenv init -)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment