終端命令太長解決方法 設定環境變數

2022-03-13 08:48:07 字數 842 閱讀 3482

終端命令太長解決方法:

比如:phpunit命令

問題,用pear正常安裝phpunit後,沒法在終端直接使用。

方法一:使用alias(別名)

文件:格式:alias zm='cd /home/name/desktop/' #注意,這裡是單引號

在liangzhongyuan的目錄下面,有個.bash_profile 的shell(bash)配置檔案。

例項:alias phpunit='pear/bin/phpunit'

方法二:設定環境變數

文件:例項:export path="/users/liangzhongyuan/pear/bin:$path"

上面兩種方法,經測試,實用,哈哈哈,,

以後就可以直接用phpunit命令,bash不會報什麼not found command。

備註:phpunit在yii下有個特性:phpunit unit/mccustomertest.php

只有上面這條命令才能執行,如果phpunit sites/ordermanage/protected/tests/unit/mccustomertest.php 就會報錯,說

class 'ctestcase' not found in /users/liangzhongyuan/sites/ordermanage/protected/tests/unit/mccustomertest.php on line 8

set命令 終端環境設定值

set uvchhmbx 引數 u 預設不啟用 若啟用後,當使用未設定變數時,會顯示錯誤資訊 v 預設不啟用,若啟用後,在訊息被輸出前,會先顯示資訊的原始內容 x 預設不啟用,若啟用後,在命令被執行前,會顯示命令內容 前面有 符號 h 預設啟用,與歷史命令有關 h 預設啟用,與歷史命令有關 m 預設...

xshell終端中文亂碼完全解決方法

xshell xshell5 以及其他終端中文亂碼的原因無非有三種 1 linux系統的編碼問題 2 xshell終端的編碼問題 3 兩端的語言編碼不一致 1 執行locale命令檢視系統語言 2 設定系統環境變數lang為en us.utf 8 export lang en us.utf 8 或者...

pod setup命令失敗解決方法

最近執行pod setup出現以下問題 remote compressing objects 100 34 34 done.error rpc failed curl 56 sslread return error 3613.00 kib sfatal the remote end hung up ...