Is it possible to prevent auto-install? #3379
-
We're using a very old version of Ruby for one project, which is not supported on our current machines. This repo does have the tooling for rbenv, but we use docker containers to manage the support the old Ruby. However, when I'm in this directory, if I run I'd like to prevent this behavior and manually decide when to install the project Ruby. If mise supported Gemsets, I'd be all down with automatically loading those, but installing Ruby seems a little much. Thoughts? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
why is it reading it? |
Beta Was this translation helpful? Give feedback.
why is it reading it?
.ruby-version
?mise tool ruby
ormise ls ruby
should tell you. if you search "disable" on this page there should be several ways to disable it https://mise.jdx.dev/configuration/settings.html