2015-11-03 51 views
0

我試圖在我的系統上執行brew命令。但其不斷拋出相同的故障:執行失敗:/ usr/bin/otool -L/usr/bin/install_name_tool

Failure while executing: /usr/bin/otool -L /usr/bin/install_name_tool 

The configuration of the brew installed are : 

HOMEBREW_VERSION: 0.9.5 
ORIGIN: https://github.com/Homebrew/homebrew 
HEAD: ef01d1d92e8f57da8f75d3fb70c934f29ef875d8 
Last commit: 2 hours ago 
HOMEBREW_PREFIX: /usr/local 
HOMEBREW_REPOSITORY: /usr/local 
HOMEBREW_CELLAR: /usr/local/Cellar 
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com 
CPU: quad-core 64-bit haswell 
OS X: 10.10.5-x86_64 
Xcode: 7.1 
CLT: 7.1.0.0.1.1444952191 
clang: error: unable to find utility "clang", not a developer tool or in PATH 
Clang: N/A 
X11: 2.7.7 => /opt/X11 
System Ruby: 2.0.0-p481 
Perl: /usr/bin/perl 
Python: N/A 
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby 
Java: 1.8.0_65 
+0

'echo $ PATH'的輸出是什麼? – bfontaine

回答

0

閱讀一些網站。這與您想用於在Mac OSX上開發的Python版本無關。它還應該有一個Python 2.7預配置的系統操作系統。我最終從我的框架中刪除了舊版本,並指向PATH的最新版本bash_profile

所以,爲了解決這個問題,你需要確保你的Python Ver 2.7在你的Frameworks可用。 Do Not Delete It.

1

我有類似的錯誤,因爲我忘了把接受的Xcode許可協議。不知道你是否有同樣的問題。您可以運行下面的命令來接受它,然後重新嘗試您brew命令:

sudo xcodebuild -license 
+0

在面對問題之前已經做到了這一點。 – nullpointer