可能重复:
如何安装 PEAR 和 PHPUnit?
我正在使用 Ubuntu 并尝试安装 PHPUnit。我已经使用 apt-get 安装了 PEAR,目前它安装在 /usr/lib/pear 中。
为了安装 PHPUnit,我运行了以下命令:
pear channel-discover pear.phpunit.de
并安装依赖项
pear channel-discover pear.symfony.com
pear install pear.symfony.com/Yaml
并安装了 PHPUnit
pear install --alldeps pear.phpunit.de/PHPUnit
但是我仍然无法phpunit
在命令行中运行。我注意到 /home/username/pear 上的 pear 目录中有一个 phpunit,但是如何将它添加到我的路径中?谢谢