我正在尝试用Homebrew安装Ruby。当我运行brew install ruby时
Warning: The post-install step did not complete successfully
You can try again using 'brew postinstall ruby'当我尝试的时候,它说
Error: Directory not empty - /usr/local/Cellar/ruby/2.1.2_1/lib/ruby/gems所以我试着删除那个文件夹的内容,现在它说
Error: undefined method `symlink' for #<Pathname:/usr/local/Cellar/ruby/2.1.2_1/lib/ruby/gems>有人知道为什么会这样吗?
发布于 2014-06-13 15:17:51
您可以在修复未定义的方法和目录,而不是空错误#29986跟踪问题,也可以按照讨论链接进行跟踪。
https://stackoverflow.com/questions/24110037
复制相似问题