我想在 PHP 中嵌入 python 代码。为此,它要求我通过命令使用 pear 安装程序为 PHP 安装 python 包
# pecl install python
当我运行此命令时,每次安装失败,显示错误消息..
configure: error: Please specify path to Python distribution files
ERROR: `/tmp/pear/temp/python/configure' failed
我不知道该怎么做,或者如何指定路径。