[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Ruby gems in user land ($HOME)
From: |
Pjotr Prins |
Subject: |
Re: Ruby gems in user land ($HOME) |
Date: |
Mon, 27 Oct 2014 14:55:18 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On Mon, Oct 27, 2014 at 10:23:19AM +0100, Ludovic Courtès wrote:
> > export
> > GEM_PATH=/home/wrk/.gem/ziy7a6zib846426kprc7fgimggh8bz97-ruby-2.1.3/2.1.0
> >
> > export GEM_HOME=$GEM_PATH
> >
> > export
> > GEM_SPEC_CACHE=/home/wrk/.gem/ziy7a6zib846426kprc7fgimggh8bz97-ruby-2.1.3/specs
> >
>
> I suspect this won???t be very convenient. ;-) I???m not sure what can be
> done to help.
Patching ruby in a few places would be enough. Alternatively have a
wrapper script that sets these default values, unless they already are
defined. Would you accept such patches?
Pj.