原文:Mac 下更新 bash_profile文件

touch .bash profile 將目錄跳轉到.bash profile這個文件夾 open t .bash profile 打開.bash profile文件 這時候會彈出一個新的窗口輸入 export PATH PATH: Users XXXXX Applications apache tomcat . . bin 保存 也有的寫: 打開terminal 終端 cd 進入當前用戶的hom ...

2018-07-05 11:57 0 1156 推薦指數:

查看詳情

mac 更新 .bash_profile 文件

1、打開terminal(終端) 2、cd ~ ( 進入當前用戶的home目錄) 3、open .bash_profile (打開.bash_profile文件,如果文件不存在就 創建文件:touch .bash_profile 編輯文件:open -e bash_profile ...

Mon Feb 10 18:19:00 CST 2014 0 46413
Mac 打開、編輯 .bash_profile 文件

參考:http://mirrors.ustc.edu.cn/help/homebrew-bottles.html 或者: 1、創建 .bash_profile 2、查看 、編輯 .bash_profile 文件 3、更新剛配置的環境變量 ...

Thu Jul 19 20:50:00 CST 2018 0 7803
Mac 打開、編輯 .bash_profile 文件

1. 啟動終端Terminal 2. 進入當前用戶的home目錄 輸入cd ~ 3. 創建.bash_profile 輸入touch .bash_profile 4. 編輯.bash_profile文件 輸入open .bash_profile ...

Wed Jun 05 21:53:00 CST 2019 0 2917
MAC 上找不到.bash_profile該怎么辦?

1. 啟動終端Terminal 2. 進入當前用戶的home目錄 輸入cd ~ 3. 創建.bash_profile 輸入touch .bash_profile 4. 編輯.bash_profile文件 輸入open -e .bash_profile ...

Fri May 02 19:32:00 CST 2014 0 2294
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM