【发布时间】:2014-05-06 11:19:15
【问题描述】:
我正在尝试在 Mac Os X Mavericks 下安装 Mathics。安装说明说明提前安装 3 个库(python 除外):python-dev、libsqlite3-dev 和 libgmp3-dev。我使用 Homebrew 安装 python,但找不到其他库。我找到了关于如何找到标题的article here on SE,但我不知道该怎么做才能继续安装。按照说明运行python initialize.py 我得到一个错误
/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: can't open file 'initialize.py': [Errno 2] No such file or directory
那么,Homebrew 中的库的替代品是什么?
【问题讨论】: