在我尝试开发Rails项目(版本:4.0.8)之后,我开始收到此消息。
即使我开始新的终端标签,它也会显示在第一行。除此之外,还有另一条消息
RVM used your Gemfile for selecting Ruby, it is all fine - Heroku does that too,
you can ignore these warnings with 'rvm rvmrc warning ignore "BLABLABLA DIRECTORY"'.
To ignore the warning for all files run 'rvm rvmrc warning ignore allGemfiles'.
为什么会发生这种情况以及如何解决?请!
答案 0 :(得分:1)
RVM used your Gemfile for ...
消息无需担心。如果它让你烦恼,请正确阅读 - 它应该包含删除它的说明。
另一条消息:-bash: __rvm_clean_path: command not found
很有意思。问题是,__rvm_clean_path
函数已经从RVM源代码中删除了很久。尝试运行
rvm get head
看看是否能修复它。如果没有,请在此处回复以下命令的输出:
rvm --version
还要共享主目录中以下文件的内容:
.bashrc
.bash_profile
.profile