From: Dave Thomas Date: 2002-02-26T10:22:47+09:00 Subject: Re: Standard preambles and prompting on standard error? Chris Gehlker writes: > Is there some reason to prefer the latter version? IE, is there some > platform where Ruby is not in /usr/local/bin but env *is* in /usr/bin? Mine :) I have ruby in /tc/usr/bin. /tc is where I install everything (I do ./configure --prefix=/tc/usr). It's owned by my normal non-privilege user, so I don't have to install anything as root. Cheers Dave