From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: Ruby gems in user land ($HOME) Date: Mon, 27 Oct 2014 14:55:18 +0100 Message-ID: <20141027135518.GB24590@thebird.nl> References: <20141027063822.GA22939@thebird.nl> <87sii9988o.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35609) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xikly-0008Un-Gd for guix-devel@gnu.org; Mon, 27 Oct 2014 09:55:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xikls-0007Tu-C1 for guix-devel@gnu.org; Mon, 27 Oct 2014 09:55:50 -0400 Content-Disposition: inline In-Reply-To: <87sii9988o.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-1?Q?Court=E8s?= Cc: guix-devel@gnu.org On Mon, Oct 27, 2014 at 10:23:19AM +0100, Ludovic Court=E8s wrote: > > export GEM_PATH=3D/home/wrk/.gem/ziy7a6zib846426kprc7fgimggh8bz97-rub= y-2.1.3/2.1.0 =20 > > export GEM_HOME=3D$GEM_PATH = =20 > > export GEM_SPEC_CACHE=3D/home/wrk/.gem/ziy7a6zib846426kprc7fgimggh8bz= 97-ruby-2.1.3/specs =20 >=20 > I suspect this won???t be very convenient. ;-) I???m not sure what ca= n 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.