-
I already use the following command: I am trying to install ruby using rvm, but during the installation, my machine keeps trying to install homebrew. I don't want to use it anymore. This keep happening: $ rvm install ruby-3.0.1 It is possible to select a custom location, however it is not recommended and some things might not work. Press ENTER to install Homebrew in the default location |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
We don't ship RVM or touch it in any way so this seems like an RVM configuration problem. Check |
Beta Was this translation helpful? Give feedback.
We don't ship RVM or touch it in any way so this seems like an RVM configuration problem.
Check
rvm autolibs status
. You might need to reset those settings withrvm autolibs reset
.