Heim >Backend-Entwicklung >PHP-Tutorial >mac 更改 php 版本 和-bash 命令失效的解决方法

mac 更改 php 版本 和-bash 命令失效的解决方法

WBOY
WBOYOriginal
2016-07-29 08:55:311402Durchsuche

Mac  PHP 版本更改 比如 PHP7.0.0  mamp

vi .bash_profile

export PATH="/Applications/MAMP/bin/php/php7.0.0/bin:$PATH”

. .bash_profile

-bash 命令失效 修复办法


比如:

-bash: ls :command not found

step1.

在terminal里面输入:

export PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin"

然后命令暂时可以用了,

step2.

赶紧用open -e ~/.bash_profile在文本编辑器里面打开.bash_profile文件:

step3.

更改PATH环境变量设置,添加上这一行,

export PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin"

再保存就没问题了。


以上就介绍了mac 更改 php 版本 和-bash 命令失效的解决方法,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn