chiggsy
chiggsy

Reputation: 8433

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?

Upvotes: 7

Views: 1074

Answers (1)

Konstantin Haase
Konstantin Haase

Reputation: 25964

There are several projects trying to handle this issue:

Upvotes: 6

Related Questions