-
Notifications
You must be signed in to change notification settings - Fork 130
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
Doctor doesn't find ruby-build after Debian-based install #33
Comments
However, the following commands work:
|
Thank you for reporting! That is interesting. Are you able to locate where |
And
|
@kwill Thanks for looking that up! Perhaps we should amend rbenv-doctor to include the location of |
Steps to reproduce:
sudo apt install rbenv
(install rbenv)ruby-build --version
(confirm ruby-build also installed)which ruby-build
(confirm ruby-build location)What should happen:
What happens instead:
which ruby-build
returns/usr/bin/ruby-build
Notes:
Operating system: PureOS 8 (~= Debian testing)
The text was updated successfully, but these errors were encountered: