如何永久改变imac中的php版本?

时间:2018-02-16 15:20:08

标签: php macos

每次我打开我的mac,php版本都会回到7.0。我运行代码 source ~/.bash_profile刷新它并转到7.2。现在当我用php7.2打开我的mamp pro 4.3时,如果我在终端上用php -v

检查它,我的版本会回到7.0

这是我的〜/ .bash_profile:

  

alias showFiles ='默认写入com.apple.finder AppleShowAllFiles   是; killall Finder /System/Library/CoreServices/Finder.app'别号   hideFiles ='默认写com.apple.finder AppleShowAllFiles NO;   killall Finder /System/Library/CoreServices/Finder.app'出口   PATH = $ {PATH}:/ usr / local / mysql / bin export   PATH =〜/ .composer / vendor / bin:$ PATH export   PATH = /应用/ MAMP / bin中/ PHP / php7.2.1 / bin中:$ PATH

1 个答案:

答案 0 :(得分:1)

使用brew怎么样?我从macOS 10.13中删除原始的php 7.1并将其升级到7.2。使用brew管理Mac上安装的程序非常简单,请查看:https://github.com/ibrunotome/macOS-switchblade/blob/master/install.sh