从事这个项目:https ://github.com/cucumber/bool
有一个 makefile 来构造各种项目,我想使用 RVM 能够在 ruby 目录中切换 ruby 目录中的东西,但是,当我给出 makefile 命令来切换 rubies 时,我得到了一个讨厌的错误
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
在命令行上发出它就可以正常工作,所以这是其他问题的症状,但我不确定是什么。