Skip to content

Instantly share code, notes, and snippets.

@mattantonelli
Created August 26, 2015 12:06
Show Gist options
  • Select an option

  • Save mattantonelli/cb30536000cc65d356d1 to your computer and use it in GitHub Desktop.

Select an option

Save mattantonelli/cb30536000cc65d356d1 to your computer and use it in GitHub Desktop.
rbenv .bashrc
# add this to your .bashrc (or whatever is appropriate for your shell flavor of preference) to
# automatically set up rbenv when a new session is started
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment