我希望通过使用 cakephp shell 控制台脚本在 cakephp 2.0 中通过 cron 作业发送批量电子邮件。为此,我需要在 linux 的 .bashrc 中设置 PATH。我参考了http://book.cakephp.org/2.0/en/console-and-shells.html
我export PATH="$PATH:/directory_name/web/cakephp/lib/Cake/Console"
在 .bashrc 的链接中写的。当我在控制台中写蛋糕时,它说:
The program 'cake' is currently not installed. To run 'cake' please ask your administrator to install the package 'cakephp-scripts'
我哪里错了?我该如何开始?