dnmp部署参考dnmp: 基于Docker的一键LNMP安装程序 按照步骤
source ~/.bashrc
可以展示PHP版本 但是Mac再新建一个终端打印php版本 则与第一个终端打印的结果不符
解决方法:编辑bash_profile文件
vim ~/.bash_profile
添加代码
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
让文件起效
~/.bash_profile
这样再新建终端则输出的PHP版本就是dnmp中PHP版本,注:如果你的dnmp中php版本是56,则~./bashrc中dnmp_php 应为dnmp_php56