RVM vs native installation of ruby

后端 未结 5 514
Happy的楠姐
Happy的楠姐 2021-02-06 08:55

I was wondering if there is any downsides from using rvm in a production server. What should I prefer, rvm or native installation and why?

5条回答
  •  滥情空心
    2021-02-06 09:24

    Use RVM, as that way your application has exactly what it needs, and system updates do not interfere or change your requirements. One host I set up had a distro version of 1.8, but I wanted to develop for 1.9.2. Rather than break the distro version, RVM lets me run a custom version. RVM plays well with passenger phusion for rails deployments too.

提交回复
热议问题