Ruby - Ecosystem and Best Practices
Which command sets the Ruby version only for the current project directory using
rbenv?rbenv?rbenv local usage.ruby-version file.rbenv global sets the default version system-wide, rbenv shell sets it temporarily for the shell session, and rbenv install installs a new Ruby version.rbenv local 2.7.5 -> Option Drbenv local [OK]rbenv local to set Ruby version per project folder [OK]rbenv global instead of local for project scoperbenv shell with persistent version settinglocal command15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions