[MAC] 沒有.bashrc檔案 & .bashrc不會自動加載

可能中邪了弄好久就但其實很簡單QQ

都要在根目錄下執行!!

====沒有.bashrc檔案====
(修改php路徑為例)

建立檔案
vim ~/.bashrc

.bashrc 內容
export PATH=/usr/local/php5-7.0.24-20171002-092027/bin:$PATH

加載 .bashrc 就完成了😄


====自動加載.bashrc====

建立bash_profile
vim ~/.bash_profile

.bashrc 內容
if [ "${BASH-no}" != "no" ]; then
   [ -r ~/.bashrc ] && . ~/.bashrc
fi



參考地址:http://blog.csdn.net/liu510817387/article/details/8126719

留言

熱門文章