このプロジェクトに取り組んでいます: https://github.com/cucumber/bool
さまざまな項目を作成するための makefile があり、RVM を使用して ruby ディレクトリ内のものの ruby を切り替えることができるようにしたいのですが、makefile コマンドを使用して ruby を切り替えると、厄介なエラーが発生します。
RVM is not a function, selecting rubies with 'rvm use ...' will not work.
You need to change your terminal emulator preferences to allow login shell.
Sometimes it is required to use `/bin/bash --login` as the command.
Please visit https://rvm.io/integration/gnome-terminal/ for a example.
もちろん、rvm use 1.9.3
コマンド ラインで発行すると問題なく動作するため、これは別の症状ですが、何が原因かはわかりません。