rbenv install 3.1.4 fails on Linux Mint Linux Mint 20.2 - The Ruby yaml extension was not compiled. #2210
-
System : Linux Mint 20.2 Uma 64-bit
Last 10 log lines:
Full log : https://gist.github.com/rioug/5697bb17168e1f7391ac5a31309716b1 Thanks ! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi, do you have GEM_HOME set in your environment variables by any chance? You can try deleting that value and retrying the installation, like so: GEM_HOME="" rbenv install 3.1.4 |
Beta Was this translation helpful? Give feedback.
-
I do indeed ! That fixed it thanks ! It's still causing me trouble if I try to do
It works if I do FYI Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Hi, do you have GEM_HOME set in your environment variables by any chance?
You can try deleting that value and retrying the installation, like so:
GEM_HOME="" rbenv install 3.1.4