Dan Ritter <d...@randomstring.org> wrote: > p...@ymail.ne.jp wrote: > > For dev stuff, for example, I have many versions of ruby installed > > in the system by rbenv. > > > > Since I often change default ruby in interactive shell, this may > > break the ruby for sysadmin job in crontab. What’s the solution for > > this? > > Everywhere it matters, set an explicit PATH at the beginning. > > There is no other solution.
Err, I know nothing about the subject but that doesn't seem to correspond with what it says in the readme at https://github.com/rbenv/rbenv But it sounds like what p...@ymail.ne.jp is doing isn't best practice either, although I don't fully understand what they mean by "I often change default ruby in interactive shell". If they mean 'global' then I suspect they should be using 'local' instead. Or just possibly 'shell'. > -dsr-