Created
August 26, 2015 12:06
-
-
Save mattantonelli/cb30536000cc65d356d1 to your computer and use it in GitHub Desktop.
rbenv .bashrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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