Cannot install ruby version 2.6.6 on Ubuntu 20.04 #1966
-
I have an existing project which is using ruby version 2.6.6. But my machine ruby version is 3.0.2. So when I try to run my project on my machine it shows this error.
So I also try to install ruby 2.6.6 using rbenv environment
So I not sure how to make it work. Anybody can help with this. I try all the possible way from the internet but it doesnt work. ruby -v Rails -v Rbenv --version Ruby-build log file link: https://gist.github.com/Tenish14/6bafdf4605e0a1be5b611f9ff7aff2f6 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Please note that the contents under this link isn't a log file, but the source of the ruby-build binary. Without the log file, it will be hard for anyone to understand what happened during your build, since the last 10 log lines you pasted don't contain useful information. You could try the instructions provided here #1940 (comment) |
Beta Was this translation helpful? Give feedback.
Please note that the contents under this link isn't a log file, but the source of the ruby-build binary. Without the log file, it will be hard for anyone to understand what happened during your build, since the last 10 log lines you pasted don't contain useful information.
You could try the instructions provided here #1940 (comment)