'"No rvm rubies installed yet." despite Ruby being already installed
Having issues about Ruby environment setting. Although both RVM and Ruby are installed, when command "rvm list" is run, it shows error message, "# No rvm rubies installed yet. Try 'rvm help install". Why does it happen, and how can it be fixed?
$ rvm list
# No rvm rubies installed yet. Try 'rvm help install'.
$ rvm -v
rvm 1.29.12 (latest) by Michal Papis, Piotr Kuczynski, Wayne E. Seguin [https://rvm.io]
$ ruby -v
ruby 2.6.8p205 (2021-07-07 revision 67951) [universal.x86_64-darwin21]
$ ```
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
