Ruby bin dir / path missing? #13
Unanswered
galund
asked this question in
Everyday usage
Replies: 1 comment 1 reply
-
|
This should be displayed as a Caveat when you install ruby. Something like this will appear: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Brew on linux has installed ruby into
/home/linuxbrew/.linuxbrew/bin/rubythis is fine, and on my path (set up in .bash_profile)
But ruby executables themselves go in
/home/linuxbrew/.linuxbrew/lib/ruby/gems/2.7.0/bin/This is not on my path.
I'm sticking the following into .bash_profile as a workaround:
But is there a better way, and shouldn't installing ruby have done that for me somehow?
Beta Was this translation helpful? Give feedback.
All reactions