duanshan1511 2016-10-30 08:14
浏览 46
已采纳

“哪个php”在mac os中显示不正确的路径

I am doing "which php" in my mac book and its giving me the output as below :- /usr/bin/php

While in path variable its showing me :-

~ manishk$  echo $PATH
/Applications/XAMPP/xamppfiles/bin/php-5.6.24:/usr/local/rvm/gems/ruby-2.1.2/bin:

Which php should point to php-5.6.24 . Even php --version is giving me

PHP 5.4.30 (cli) (built: Jul 29 2014 23:43:29) 
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies

I don't know where to set it to correct it .

  • 写回答

1条回答 默认 最新

  • douliang2935 2016-10-30 08:29
    关注

    The $PATH variable is ment as a list of directories, where your command binaries can be found. So, you have to add the directory where the php binary is located.

    For XAMPP this means, you'll have to add the following path to your $PATH variable:

    /Applications/XAMPP/bin
    

    As this is a symlink to xamppfiles/bin, you can also use this one:

    /Applications/XAMPP/xamppfiles/bin
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
编辑
预览

报告相同问题?

悬赏问题

  • ¥15 在ros2的iron版本进行编译时遇到如下问题
  • ¥18 vs用setup project打包项目实现安装完立即运行
  • ¥15 孟德尔随机化TwoSampleMR在线提取结局数据,遇到Error in check_reset(override_429)的问题
  • ¥15 ONNX转RKNN遇到问题
  • ¥60 以太网电缆未接通怎么处理
  • ¥15 关于超声图片进行放射组学的疑问
  • ¥20 已经有功率放大电路图,具体每个元器件的参数怎么算?
  • ¥15 用GIS怎么提取出一个城市的中心城区
  • ¥30 matlab代码调试
  • ¥15 使用ruoyi分离版,下载完成引成功第三方插件报错,报错,换了好多插件都是一样的。
手机看
程序员都在用的中文IT技术交流社区

程序员都在用的中文IT技术交流社区

专业的中文 IT 技术社区,与千万技术人共成长

专业的中文 IT 技术社区,与千万技术人共成长

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

客服 返回
顶部