From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: RubyGem Local Date: Thu, 14 Jul 2016 08:48:34 +0200 Message-ID: <20160714064834.GA14578@thebird.nl> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54182) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNaV6-0002ou-9k for guix-devel@gnu.org; Thu, 14 Jul 2016 02:52:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bNaV3-0004hj-58 for guix-devel@gnu.org; Thu, 14 Jul 2016 02:52:00 -0400 Received: from mail.thebird.nl ([95.154.246.10]:53646) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bNaV2-0004hV-WB for guix-devel@gnu.org; Thu, 14 Jul 2016 02:51:57 -0400 Content-Disposition: inline In-Reply-To: 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" To: "Thompson, David" Cc: guix-devel I have a script to isolate versions: https://github.com/pjotrp/guix-notes/blob/master/scripts/ruby-guix-env On Wed, Jul 13, 2016 at 11:54:07AM -0400, Thompson, David wrote: > On Wed, Jul 13, 2016 at 11:25 AM, Daniel Pimentel wrote: > > Guix, > > > > I did a hack to RubyGem (Rails and other ruby packages) work on GuixSD: > > > > echo 'export GEM_HOME="$HOME/.gem"' >> ~.bashrc > > echo 'export PATH="$PATH:$GEM_HOME/bin"' ~.bashrc > > > > Is correct? > > > > Are there better soluction for it? > > This is a fine way to do things. It's pretty much exactly what I do at > work in my hybrid development environment where I use Guix to provide > Ruby and other "system" libraries, and gem to provide all the Ruby > stuff. > > - Dave > --