我刚从macports转到自制软件。我在安装自制软件之前清理了我的环境,并删除了所有安装在opts中的内容。
现在我得到了以下内容:
$brew install python
Warning: Xcode not installed
Most stuff needs Xcode to build: http://developer.apple.com/xcode/
Warning: python-2.7.5 already installed, it's just not linked
我已编辑了我的bash_profile
export PYTHONPATH=/usr/local/share/python
export PATH=$JAVA_HOME:$PYTHONPATH:$PATH
我也安装了xcode&我使用的是Mac OS X 10.6.8,我错过了什么?