linux下php命令無法使用如何解決

來源:互聯網
上載者:User
本文主要和大家分享linux下php命令無法使用如何解決,測試是否添加php環境變數方法:

如下:輸入php -v 顯示 php 命令沒有找到

 [root@iz8vbhc4d7zoazstpw7gw8z ~]# php -v-bash: php: command not found

1.首先去linux中找到Integration Environment的php檔案所在位置

   [root@iz8vbhc4d7zoazstpw7gw8z /]# cd phpstudy/server/php/[root@iz8vbhc4d7zoazstpw7gw8z php]# lsbin  do_not_delete  etc  include  lib  php  sbin  var[root@iz8vbhc4d7zoazstpw7gw8z php]# cd bin/[root@iz8vbhc4d7zoazstpw7gw8z bin]# lsphar  phar.phar  php  php-cgi  php-config  phpize[root@iz8vbhc4d7zoazstpw7gw8z bin]# pwd/phpstudy/server/php/bin

如上 擷取到php的bin目錄的位置,我linux用的是phpstudyIntegration Environment

然後需要去linux系統的環境變數檔案去設定php環境變數,和windows中類似。檔案在根目錄/下的etc

   [root@iz8vbhc4d7zoazstpw7gw8z ~]# cd /[root@iz8vbhc4d7zoazstpw7gw8z /]# vim etc/profile

然後就開始編輯環境變數的設定檔

將找到的php的bin目錄的路徑放在這裡 添加這兩行代碼;

如需添加其他環境變數 只需找到執行檔案所在目錄,在後邊追加冒號(“:”)再加上目錄就好了,然後儲存並退出

執行更新環境變數命令:[root@iz8vbhc4d7zoazstpw7gw8z /]# source /etc/profile     然後再輸入php -v 就OK了[root@iz8vbhc4d7zoazstpw7gw8z /]# php -vPHP 5.4.26 (cli) (built: Sep  7 2017 12:52:40)Copyright (c) 1997-2014 The PHP GroupZend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies    with Zend Guard Loader v3.3, Copyright (c) 1998-2013, by Zend Technologies    好使!

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.