We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With chruby version 1.0.0:
user@xxx-dev-2022 ~/d/r/other $ chruby ruby-3.0.5 * ruby-3.2.0 user@xxx-dev-2022 ~/d/r/other $ cd test/ user@xxx-dev-2022 ~/d/r/o/test $ chruby ruby-3.0.5 * ruby-3.2.0 user@xxx-dev-2022 ~/d/r/o/test $ cat .ruby-version 3.2.0 user@xxx-dev-2022 ~/d/r/o/test $ cd .. user@xxx-dev-2022 ~/d/r/other $ chruby ruby-3.0.5 ruby-3.2.0
Very confusing. Is there a way to fix this?
The text was updated successfully, but these errors were encountered:
The same applies to the environment variable $RUBYOPT. It seems to be unset as soon as I cd into a directory with a .ruby-version file. Why?
$RUBYOPT
cd
.ruby-version
Sorry, something went wrong.
@JeanMertz Any updates on this?
This might help to set global ruby version
echo "source "(brew --prefix)"/Cellar/chruby-fish/1.0.0/share/fish/vendor_conf.d/chruby_auto.fish" >> ~/.config/fish/config.fish echo "source "(brew --prefix)"/Cellar/chruby-fish/1.0.0/share/fish/vendor_functions.d/chruby.fish" >> ~/.config/fish/config.fish echo "chruby ruby-3.2.2" >> ~/.config/fish/config.fish source ~/.config/fish/config.fish
I wonder if this is the same issue as : DarthSim/overmind#127 ?
No branches or pull requests
With chruby version 1.0.0:
Very confusing. Is there a way to fix this?
The text was updated successfully, but these errors were encountered: