2014-02-21 3 views
1

Я заварил версию python 2.7.6, установленную на OS X mavericks, и теперь я пытаюсь установить gdb с опцией --with-brewed-python.Homebrew install gdb с заваренным питоном

Но я получаю следующее сообщение об ошибке. Почему он проверяет python на /usr/local вместо /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

ответ

Смежные вопросы