athityakumar/colorls

How to make colorls running under specific ruby env using ruby-install?

davidgao7 opened this issue · 0 comments

Description

Thanks for opening this issue. Add a brief description of what this issue is, and how to recreate it. Do tag the relevant issue(s) and PR(s) below. If required, add some screenshot(s) to showcase the issue.

I'm using macOS Sonoma 14.0
Hello,today when I ran colors I got following outputs:

"""oh-my-zsh
colorls ─╯
Ignoring clocale-0.0.4 because its extensions are not built. Try: gem pristine clocale --version 0.0.4
Ignoring commonmarker-0.17.13 because its extensions are not built. Try: gem pristine commonmarker --version 0.17.13
Ignoring eventmachine-1.2.7 because its extensions are not built. Try: gem pristine eventmachine --version 1.2.7
Ignoring ffi-1.15.3 because its extensions are not built. Try: gem pristine ffi --version 1.15.3
Ignoring http_parser.rb-0.6.0 because its extensions are not built. Try: gem pristine http_parser.rb --version 0.6.0
Ignoring racc-1.5.2 because its extensions are not built. Try: gem pristine racc --version 1.5.2
Ignoring unf_ext-0.0.7.7 because its extensions are not built. Try: gem pristine unf_ext --version 0.0.7.7
"""

I could resolve them one by one by using gem install --user-install -V commonmarker -v 0.17.13 for example, but I'm afraid of breaking the system, can I use ruby virtualenv's ruby version, how to let colors run under specific ruby version?

Thank you!

  • Relevant Issues : (none)
  • Relevant PRs : (none)
  • Type of issue :
    • [ x ] Installation
    • Font-related
    • Feature request
    • Bug in existing feature
    • Developer mode : Code quality / Tests / Documentation