Open schneems opened 1 year ago
Ah yes, I added the ruby's gem root bin/
directory to cover my bases, but apparently rubygems does not use that directory and instead installs gem executable binstubs into $RUBY_ROOT/bin
. I can remove the directory from $PATH
now that it's actually causing issues.
That makes sense. Thanks for looking into it!
Description
Ruby install + chruby puts an missing directory on PATH. It's not a bug per-say but I wanted to check and see if it's intentional or not.
I wrote a tool to help people diagnose PATH issues and noticed this chruby while testing.
Steps To Reproduce
It puts this on the PATH but it doesn't seem to actually be a directory:
Expected Behavior
Directories on the PATH are all on disk
Actual Behavior
Environment