Sto seguendo le istruzioni sulla pagina github phpsh Accedo alla directory phpsh ed eseguo
python setup.py build
e ottengo questo errore
Traceback (most recent call last):
File "setup.py", line 13, in <module>
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
sembra che i file nella mia directory python finiscano effettivamente in pyo ...
non sono sicuro di cosa fare a riguardo