ruby - rvm and different versions of a system library -


Let me run a set of tests against same ruby ​​version and the same gemset Required but with different versions of .so library

For this, I need two Ruby installations (for the same version 1.8.7), each indicates for each other .so files How can I go about doing this?

The use of Gemset is already too late because library binding is done when RVM installs a Ruby version is installed.

This will work well with a hack and 4 ~ 5 different configurations (tag, revision number, date of modification, and so on)

< P> Problem solved


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -