Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass custom root values around. #70

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

lloeki
Copy link

@lloeki lloeki commented May 13, 2013

I install rbenv on servers at /opt/rbenv with a custom root setting. This fails as soon as hitting rbenv itself.

The attached commits dispatch root at required places so that compiling can take place, whether the rbenv root is default or custom.

If one uses a custom root, `RBENV_ROOT` needs to be set, else `rbenv` will try to use `$HOME/.rbenv`.
Without `RBENV_ROOT`, `rbenv` will default to `$HOME/.rbenv`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant