Why rbenv does not work on Mac OS Catalina
问题 I'm trying to run a Ruby on Rails project which has the version 2.4.1 and my system is 2.6.x . What I did was install via Rbenv the old version of Ruby then I did the following commands: rbenv global 2.4.1 -> to change global Ruby version ruby -v ruby 2.6.5p114 rbenv global 2.4.1 So there is something wrong as I would like to use 2.4.1 but seems not working that. I'm unable to start the bundle as it is saying I don't have 2.4.1 installed. I need a solution to Mac OS Catalina as I did as I