2014-02-21 4 views
1

나는 OSS mavericks에 python 2.7.6 버전을 설치했으며 현재는 --with-brewed-python 옵션으로 gdb를 설치하려고합니다.brewed python으로 homebrew를 설치

하지만 다음과 같은 오류 메시지가 나타납니다. 왜 파이썬을 에서 확인하고 있는데, /usr/local/bin 대신에? 나는 이것이 이것이 실패한 이유라고 생각한다. 누구든지 어떤 생각을 가지고 있습니까?

brew install gdb --with-brewed-python 
==> Downloading http://ftpmirror.gnu.org/gdb/gdb-7.6.2.tar.bz2 
==> ./configure --prefix=/usr/local/Cellar/gdb/7.6.2 --with-system-readline --with-python=/usr/local 
==> make 
checking whether to use python... /usr/local 
checking for python2.7... no 
configure: error: no usable python found at /usr/local 
make[1]: *** [configure-gdb] Error 1 
make: *** [all] Error 2 

READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting 
If reporting this issue please do so at (not Homebrew/homebrew): 

https://github.com/homebrew/homebrew-dupes/issues

답변

관련 문제