install from ruby checkout on local machine #493
Replies: 3 comments
-
It's not directly supported, but you can pair git clone git@github.com:ruby/ruby.git ruby-2.7.0dev --depth 1
ruby-install --no-extract --src-dir . ruby-2.7.0dev There currently isn't a flag that sets the |
Beta Was this translation helpful? Give feedback.
-
A possibility would be to add a
|
Beta Was this translation helpful? Give feedback.
-
Part of |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
as far as I can tell, there isn't a way to provide ruby-install with a directory path to a ruby checkout on my machine. It'd be nice to have it be able to install a ruby from a working directory so that I can test out patches in a more long term. Is this a use case that could be supported?
Beta Was this translation helpful? Give feedback.
All reactions