Newbies like myself often get confused about the difference between rbenv local and rbenv global,
Rbenv local
As the name describes, changes the ruby version in the.ruby-version.
file. stile the global ruby version remains the same.
Rbenv global
changes the ruby inside the rbenv ruby version file in~/.rbenv/version.
To undo any of these changes, just add the--unset
flag to the command
Top comments(1)
Subscribe
For further actions, you may consider blocking this person and/orreporting abuse