Skip to content

Doctor doesn't find ruby-build after Debian-based install #33

Description

@lofidevops

Steps to reproduce:

  • sudo apt install rbenv (install rbenv)
  • ruby-build --version (confirm ruby-build also installed)
  • which ruby-build (confirm ruby-build location)
  • Run rbenv-doctor

What should happen:

  • ruby-build returns version & location
  • Doctor results all "OK", including ruby-build

What happens instead:

  • ruby-build returns version 20170726
  • which ruby-build returns /usr/bin/ruby-build
  • Doctor returns:
Checking for `rbenv' in PATH: /usr/bin/rbenv
Checking for rbenv shims in PATH: OK
Checking `rbenv install' support: not found
Unless to plan to add Ruby versions manually, you should install ruby-build.
Please refer to https://github.com/rbenv/ruby-build#installation

Counting installed Ruby versions: none
  There aren't any Ruby versions installed under `/home/user/.rbenv/versions'.
  You can install Ruby versions like so: rbenv install 2.2.4
Checking RubyGems settings: OK
Auditing installed plugins: OK

Notes:

Operating system: PureOS 8 (~= Debian testing)

$ which rbenv                                                                                                                                                       
/usr/bin/rbenv
$ rbenv --version                                                                                                                                                   
rbenv 1.1.1

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions