1

Is there a way to create and use "Micro Virtual Machines" on Unix ?

For example to keep an entire environ for Ruby Rails (rails versio, ruby...) that we can mount on a unix system ?

I'm not speaking about heavy-weight Virtualization as VmWare, Proxmox but a lighter system to virtualize an environment of programs.

Unitech
  • 5,781
  • 5
  • 40
  • 47

1 Answers1

1

There is virtualenv in Python world for such things so I think this will help you: Ruby equivalent of virtualenv?

Community
  • 1
  • 1
Kirill
  • 3,364
  • 2
  • 21
  • 36
  • 1
    @tknew, if the answer was so helpful, may be it is worth accepting? Anyway, the decision is yours. – Eugene Aug 31 '11 at 06:52
  • Yesterday I couldnt do it because the delay between the question and the answer was to short. – Unitech Aug 31 '11 at 12:24