Created
May 13, 2021 20:29
-
-
Save bgrundy/9d49477135f64e87fbb55d14ee3bd1df to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ rbenv versions | |
* system (set by RBENV_VERSION environment variable) | |
2.7.3 | |
$ rbenv shell | |
system | |
$ which ruby | |
/home/barry/.rbenv/shims/ruby | |
$ ~/.rbenv/shims/ruby -v | |
ruby 3.0.1p64 (2021-04-05 revision 0fb782ee38) [x86_64-linux] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment