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 <d...@d4n1.org> 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 > --