rvm /usr/bin/env: ruby no such file error

I’ve installed rvm + ruby systemwide. and: Everything else works fine, putting direct path of ruby in my executables work fine. The PATH is what the env program uses to search for your executables. You can change this per-user (in the $HOME/.bashrc). In order to do that, run nano $HOME/.bashrc and go to the last […]