Using Ruby properly in Linux with RVM
RVM is a virtual env manager in ruby. This kind of solution is very common currently. In Python and Go we have similar solutions for instance. This is needed because sometimes libraries have different version and conflicts and this makes the process way easier to deal with.
Today as you go down to the isolation and container era you tend to have better separation between development, test and production envs but even with that is easier to manage dependencies using this kind of systems.
For this blog post i will show how to download, install and configure rvm and install a ruby version on it for Ubuntu Linux.
Installing RVM in Ubuntu Linux
Have fun.
Cheers,
Diego Pacheco
Today as you go down to the isolation and container era you tend to have better separation between development, test and production envs but even with that is easier to manage dependencies using this kind of systems.
For this blog post i will show how to download, install and configure rvm and install a ruby version on it for Ubuntu Linux.
Installing RVM in Ubuntu Linux
Have fun.
Cheers,
Diego Pacheco