https://github.com/facebook/phpsh
我按照 phpsh github 页面上的说明导航到 phpsh 目录并运行
python setup.py build
我得到这个错误
Traceback (most recent call last):
File "setup.py", line 13, in p = Popen(["make", "-C", make_dir])
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 679, in init
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1228, in _execute_child
OSError: [Errno 2] No such file or directory
看来我的python目录中的文件实际上以pyo结尾......
不知道该怎么办