作品:
shell_exec('c:\python27\python.exe command.py');
在shell中工作:
python.exe command.py
不能工作:
shell_exec('python.exe command.py');
操作系统是Windows 7.这适用于debian和其他Windows 7计算机,但在我的计算机上它并没有。可能是什么原因?
答案 0 :(得分:0)
从用户帐户python
运行命令行时,路径变量中设置了路径。
如果它不起作用,则表示webserver user
没有设置它。检查此thread如何设置PATH
变量apache 2。