POSTS
FreeBsd 9.1 安裝遇到 Python not found!
如果你安裝遇到:
Checking for Python support:
** Python not found!
error: Python.h: No such file or directory
解決方式 就執行下列:
cd /usr/ports/lang/python ; make install clean
cp /usr/local/include/pth/* /usr/local/include/python2.7/