要求OS X Brew库安装错误

时间:2013-06-06 06:19:56

标签: ruby rvm homebrew

我正在尝试从RVM到我的MacBook进行全新安装,并且我在RVM要求方面做了很多工作。我开始单独安装,但我有这个错误:

$ rvm requirements
Installing requirements for osx, might require sudo password.
Already up-to-date.
Installing required packages: libxml2, libxslt........
Error running 'requirements_osx_brew_libs_install libxml2 libxslt',
please read /Users/myuser/.rvm/log/1370499182_package_install_libxml2_libxslt.log

日志包含以下消息:

[2013-06-05 23:00:55] requirements_osx_brew_libs_install
Error: No such keg: /usr/local/Cellar/libxml2
Warning: For non-brewed Python, you have to set the PYTHONPATH in order to
find brewed Python modules.
export PYTHONPATH=/usr/local/lib/python2.7/site-packages:$PYTHONPATH
Error: File exists - /usr/local/lib/python2.7/site-packages
There were package installation errors, make sure to read the log.
Check Homebrew requirements https://github.com/mxcl/homebrew/wiki/Installation

我正在安装RVM以处理Ruby on Rails项目。

我希望你能指导我,谢谢你!

1 个答案:

答案 0 :(得分:0)

安装这两个包:

brew install libxml2 libxslt

从homebrew rvm获得后,只需使用它们并继续使用ruby安装