Reputation: 43
I am having issues with installing any other ruby version other than (2.7.2). Does anyone have any tips? Big Sur.
Upvotes: 4
Views: 2337
Reputation: 119
I was having a problem installing ruby 2.6.7
. Run it with this CFLAG CFLAGS="-Wno-error=implicit-function-declaration" rbenv install 2.6.7
helped.
Upvotes: 12