Skip to content

Instantly share code, notes, and snippets.

@rickychilcott
Created April 12, 2013 21:19
Show Gist options
  • Select an option

  • Save rickychilcott/5375203 to your computer and use it in GitHub Desktop.

Select an option

Save rickychilcott/5375203 to your computer and use it in GitHub Desktop.
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile
echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
exec $SHELL -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment