Windows如何正确设置PHP环境变量以在Git Bash中运行命令

1、随便找一个目录,鼠标右键打开git bash here

2、cd的根目录

Windows如何正确设置PHP环境变量以在Git Bash中运行命令_第1张图片

3、找到php安装目录

Windows如何正确设置PHP环境变量以在Git Bash中运行命令_第2张图片

4、 在根目录下打开 vim .bash_profile ,添加环境变量,php地址根据自己的本地地址而定

PATH=$PATH:/d/phpstudy_pro/Extensions/php/php7.3.4nts

添加后保存

Windows如何正确设置PHP环境变量以在Git Bash中运行命令_第3张图片
 

5、重新打开一个git bash终端,php -v

 Windows如何正确设置PHP环境变量以在Git Bash中运行命令_第4张图片

你可能感兴趣的:(git)