-bash: php: command not found
Introduction The error “bash: php: command not found” occurs when the system cannot locate the PHP binary. This usually happens because the PHP path is not included in the $PATH variable. Prerequisites Implementation bash: php: command not found [root@01 ~]# php -v-bash: php: command not found[root@01 ~]# A common type… Continue Reading -bash: php: command not found
