所以我的新本。我正試圖在我的mac上安裝紅寶石與山獅。 IM遵循本指南:http://www.moncefbelyamani.com/how-to-install-xcode-homebrew-git-rvm-ruby-on-mac/嘗試在Mac OS X上安裝紅寶石
當我把「釀造醫生」我得到這個很多警告:
$ brew doctor
Warning: /Library/Frameworks/Mono.framework detected
This can be picked up by CMake's build system and likely cause the build to
fail. You may need to move this file out of the way to compile CMake.
Warning: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libusb-0.1.4.dylib
/usr/local/lib/libusb-1.0.0.dylib
/usr/local/lib/libusbpp-0.1.4.dylib
Warning: Unbrewed .la files were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .la files:
/usr/local/lib/libusb.la
/usr/local/lib/libusbpp.la
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .pc files:
/usr/local/lib/pkgconfig/fuse.pc
/usr/local/lib/pkgconfig/libusb.pc
Warning: Unbrewed static libraries were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected static libraries:
/usr/local/lib/libusb.a
/usr/local/lib/libusbpp.a
我該怎麼辦?發生了什麼?
我還沒有真正使用自制軟件,但它看起來像你以下已安裝RVM的說明。在這種情況下,使用RVM安裝Ruby版本(Google它)已經很簡單了。儘管你的Mac應該已經有了Ruby。當你在終端上運行'哪個ruby'時會發生什麼?你知道你想要哪個版本的Ruby嗎? – 2013-03-05 05:06:58
它只是說/ usr/bin/ruby – pbelt 2013-03-05 05:11:56