linux配置php环境变量
2022-07-28 15:09:43
159
{{single.collect_count}}

1、打开配置文件

vim /etc/profile

2、加上PHP运行目录

export PATH=$PATH:/www/service/php/70/bin

3、保存退出

:wq

4、执行生效

source /etc/profile

5、验证是否成功

php -v

完美解决linux配置PHP环境变量!

回帖
全部回帖({{commentCount}})
{{item.user.nickname}} {{item.user.group_title}} {{item.friend_time}}
{{item.content}}
{{item.comment_content_show ? '取消' : '回复'}} 删除
回帖
{{reply.user.nickname}} {{reply.user.group_title}} {{reply.friend_time}}
{{reply.content}}
{{reply.comment_content_show ? '取消' : '回复'}} 删除
回帖
收起
没有更多啦~
{{commentLoading ? '加载中...' : '查看更多评论'}}