From: Jeremiah Dodds Date: 2011-09-15T06:33:11+09:00 Subject: Re: Get interpreter path --001517447bbe94f7da04aced816f Content-Type: text/plain; charset=ISO-8859-1 On Wed, Sep 14, 2011 at 5:05 PM, Eric Hodel wrote: > Moving ruby from where it was installed is not a good idea. It expects to > be run from where `make install` put it, not from any other location. > Of course, this doesn't mean that people won't do that, although I'm having trouble thinking of a case where it would matter. FWIW, the rake example gives me the same string if I mv $(which ruby) instead of cp'ing it, so I assume most of the "give me the ruby binary path" things are just going to be reading build info. --001517447bbe94f7da04aced816f--