"env: php: No such file or directory" 新 mac OS 蒙特雷
"env: php: No such file or directory" on new mac OS Monterey
我已经将我的 mac os 更新为 Monterey (12) 然后我不能使用 composer 命令或 php 命令并得到这个错误
env: php: No such file or directory
PHP 自 v12 (Monterey) 以来已从 MacOS 中删除,因此您首先需要自行安装才能使用它。从我的 POV 来看,最简单的方法是使用 Homebrew
macOS 12 (Monterey) 删除了提供的系统 PHP,您需要自己安装。
如果安装了brew,安装起来很容易。只需 运行 以下内容:
brew install php@7.4 brew-php-switcher
这将安装最新版本的 PHP 7.4 以及一个方便的实用程序,用于在需要时在 PHP 版本之间切换。
也试试 运行ning - brew link php@7.4
运行 brew install php ,需要 php 最新版本,然后你就可以使用 php 在你的 mac
我已经将我的 mac os 更新为 Monterey (12) 然后我不能使用 composer 命令或 php 命令并得到这个错误
env: php: No such file or directory
PHP 自 v12 (Monterey) 以来已从 MacOS 中删除,因此您首先需要自行安装才能使用它。从我的 POV 来看,最简单的方法是使用 Homebrew
macOS 12 (Monterey) 删除了提供的系统 PHP,您需要自己安装。
如果安装了brew,安装起来很容易。只需 运行 以下内容:
brew install php@7.4 brew-php-switcher
这将安装最新版本的 PHP 7.4 以及一个方便的实用程序,用于在需要时在 PHP 版本之间切换。
也试试 运行ning - brew link php@7.4
运行 brew install php ,需要 php 最新版本,然后你就可以使用 php 在你的 mac