2017年5月25日 星期四

使用XAMPP時,在Mac中如何更改原有的PHP路徑


1.以終端機先開啟使用者目錄中的.bash_profile
touch ~/.bash_profile; open ~/.bash_profile
2.在這個內容中加上以下3行

export XAMPP_HOME=/Applications/XAMPP
export PATH=${XAMPP_HOME}/bin:${PATH}
export PATH
3.存檔後可以執行下列指令

source ~/.bash_profile

4.接著就可以檢查php路徑

which php

/Applications/XAMPP/bin/php



沒有留言:

張貼留言