Ruby equivalent of virtualenv?

后端 未结 8 1316
粉色の甜心
粉色の甜心 2020-12-02 05:21

Is there something similar to the Python utility virtualenv?

Basically it allows you to install Python packages into a sandboxed environment, so easy_install d

8条回答
  •  萌比男神i
    2020-12-02 06:02

    RVM works closer to how virtualenv works since it lets you sandbox different ruby versions and their gems, etc.

提交回复
热议问题