mac下終端出現command not found現象解決
1 .可能是你的指令輸錯了。。
2.可能裝了ruby等工具造成了命令路徑更改。執行以下命令行進行修複默認路徑。
a.終端輸入cd
b.輸入touch .bash_profile
c.輸入open -e .bash_profile
d.出現
導入你的默認path “/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:”不同的PATH 用":"隔開
最後更新:2017-04-02 15:15:21