rvm and different versions of a system library
Posted
by Guilherme Silveira
on Stack Overflow
See other posts from Stack Overflow
or by Guilherme Silveira
Published on 2010-06-14T17:57:32Z
Indexed on
2010/06/14
18:02 UTC
Read the original article
Hit count: 337
I need to run a set of tests against the same ruby version and same gemset but with different versions of a .so library.
Therefor I need to have two ruby installations (for the same version 1.8.7), each one pointing to a different set of .so files. How can I do that?
Gemset usage is already too late because library binding is done when rvm install installs a ruby version.
© Stack Overflow or respective owner