On 08/31/2015 12:06 AM, David Thompson wrote: > Hey fellow Guix hackers, > > I just published a blog post about Guix targetting Ruby programmers, > detailing the ways in which Guix can replace the not-so-good RVM and > Bundler tools. I know there's a few Rubyists lurking in here, so, > enjoy! > > http://dthompson.us/ruby-on-guix.html >
This is really nice. I did something similar in Python, replacing virtualenv with Guix. People also use tox quite a lot these days, so I wrote https://git.framasoft.org/Steap/guix-tox :) Is there anything like tox in Ruby? Cyril.