Can't install ruby 3.1.3 on Ubuntu WSL #2114
-
It gives me the error below while installing version 3.1.3:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
It looks like you have something called You can find out which formula provides gmkdir with: |
Beta Was this translation helpful? Give feedback.
-
Yep But I can't find the real cause of the error. Now, after checking what my PATH look like "/home/linuxbrew/.linuxbrew/sbin:/home/linuxbrew/.linuxbrew/bin:REST", I tring to reinstall all connected formulae on HOMEBREW like |
Beta Was this translation helpful? Give feedback.
Yep
ls -l
/readlink
/file
(or easierbrew whence gmkdir
will help you).It gives
coreutils
, sobrew unlink coreutils
will help with that building rbs c-extension problem.For me it does help.
But I can't find the real cause of the error. Now, after checking what my PATH look like "/home/linuxbrew/.linuxbrew/sbin:/home/linuxbrew/.linuxbrew/bin:REST", I tring to reinstall all connected formulae on HOMEBREW like
binutils
,gcc
,ruby-build
,glibc
. I have big issue with pg c-extension ~ libssl-dev(ubuntu 18.04) when bundler works so I think what all errors have the one source.