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

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

Open
4 tasks
davidgao7 opened this issue Oct 1, 2023 · 0 comments
Open
4 tasks

Comments

@davidgao7
Copy link

davidgao7 commented Oct 1, 2023

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
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

No branches or pull requests

1 participant