Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does ruby have something similar to buildout or virtualenv?

I was wondering:

In python, canon says to use buildout or virtualenv, to avoid installing into the system packages. It's second nature now, I no longer see anything ludicrously bizarre to the practice. It makes a kind of sense.

In Ruby, is there something similar? How does ruby deal with this problem? Does ruby have this problem?

like image 590
chiggsy Avatar asked Jul 04 '10 05:07

chiggsy


1 Answers

There are several projects trying to handle this issue:

  • rip
  • bundler
  • rvm via gemsets
  • sandbox
like image 199
Konstantin Haase Avatar answered Oct 26 '22 17:10

Konstantin Haase