Henne Vogelsang writes:
> Hey,
>
> On 01.07.2017 23:45, Cornelius Schumacher wrote:
>
>> It would be great, if we would have a nicer Ruby experience out of the box,
>> but I like the setup you described. This results in a nice experience.
>
> How about we write orr (openSUSE rvm replacement) that helps you switch
> between versions. Sounds like fun, next Hack Week...
I'd be surprised if rbenv can't be extended to do something like this.
Why not start with rbenv?
- extend it to recognize multiple system rubies
- set $RBENV_ROOT to a read-only system-path (currently setting version writes
to $RBENV_ROOT/version)
- have the ruby rpms install to ${RBENV_ROOT}/versions
Probably requires to add a "layered" approach to rbenv, so that instead of a
single RBENV_ROOT, it starts
with $HOME/.rbenv/ and then falls back to a system wide $RBENV_ROOT.
--
Duncan Mac-Vicar P. - Director, Data Center Management; R&D
SUSE Linux GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Dilip Upmanyu, Graham Norton, HRB 21284
(AG Nürnberg)
--
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]