我在phpDocumentor-2.7.0
ubuntu10.04
但是在终端上输入phpdoc命令时,它会将错误显示为
phpdoc:找不到命令
安装了$ pear channel-discover pear.phpdoc.org
Channel "pear.phpdoc.org" is already initialized
$ pear install phpdoc/phpDocumentor
downloading phpDocumentor-2.7.0.tgz ...
Starting to download phpDocumentor-2.7.0.tgz (16,118,916 bytes)
............................................................done: 16,118,916 bytes
install ok: channel://pear.phpdoc.org/phpDocumentor-2.7.0
$ phpdoc
phpdoc:command not found
答案 0 :(得分:1)
您的PEAR配置可能没有以shell的PATH包含它的方式设置其“bin_dir”配置。
pear config-show
查看bin_dir的设置。
echo $PATH
查看它是否包含bin_dir值