Mac系统默认PHP版本切换为MAMP中php版本

编辑修改 .bash_profile 文件(没有.bash_profile 文件的情况下回自动创建)

vi ~/.bash_profile

在文件的最后输入
PATH="/Applications/MAMP/bin/php/php7.1.1/bin:$PATH"
export PATH
然后保存退出

Barley博客

修改完后大概就是这个样子

注意: 修改完后一定要执行脚本,不然不生效

source ~/.bash_profile

然后输入

php -v   查看php版本,现在已经切换过来了

Barley博客

Barley博客
  • 最新评论
  • 总共0条评论