Making RVM and NVM Play Nice with PATH
I love environment managers like virtualenv (Python) and RVM (Ruby). I have been tooling around with node.js lately and was excited to find nvm.
After installing NVM and activating a non-system node RVM started complaining that it wasn't the first thing in the PATH environment variable.
Sep 3, 2016 | til, ruby, node | read more >>>