Skip to content

Update effect on installed Ruby versions. #1485

Answered by jasonkarns
k-brummer asked this question in Q&A
Discussion options

You must be logged in to vote

The short answer is that upgrading rbenv itself should have no impact on the versions of ruby that are installed. Rubies live under $(rbenv root)/versions (see RBENV_ROOT under Environment Variables in readme)

Rbenv itself can live anywhere, with its bin/ directory added to PATH. If you installed rbenv via git clone, then simply pulling would only update rbenv's installation directory. If you installed via a package manager, like homebrew, then it can be upgraded with the package manager and again would only affect rbenv's installation itself.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@k-brummer
Comment options

Answer selected by k-brummer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants