Skip to content
Discussion options

You must be logged in to vote

err, actually - seems like the trick was to:

git clone https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-build

from

https://github.com/rbenv/rbenv/blob/d10388a0529cb4f05b170395bb01c257a8186062/README.md?plain=1#L125-L129

and then

rbenv install 3.2.2

started working

contents of the rbenv package in ubuntu do not include this file, so maybe thats an ubuntu/packaging issue?
$ sudo dpkg -L rbenv
[sudo] password for toor: 
/.
/usr
/usr/bin
/usr/lib
/usr/lib/rbenv
/usr/lib/rbenv/completions
/usr/lib/rbenv/completions/rbenv.bash
/usr/lib/rbenv/completions/rbenv.fish
/usr/lib/rbenv/completions/rbenv.zsh
/usr/lib/rbenv/libexec
/usr/lib/rbenv/libexec/rbenv
/usr/lib/rbenv/libexec/…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mislav
Comment options

@Jv-Quintino
Comment options

Answer selected by mislav
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants