Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Mac 和 AMPPS ...我选择使用 PHP 5.6,并且能够安装最低要求为 PHP 5.6 的 Magento 2。Magento 2 已安装并且工作正常。
现在,当我打开终端并输入: PHP -v
它说我正在使用 PHP 5.5。
为什么会发生这种情况,有什么想法吗?
我找到了一个适合我的解决方案。我基本上是在安装 php 更新,但我还需要设置路径,所以他是解决方案:
1. curl -s http://php-osx.liip.ch/install.sh | bash -s 5.6 2. export PATH=/usr/local/php5/bin:$PATH 3. php -v
您现在将获得 5.6 版