謝晒的PHP網頁設計
聯絡E-mail:
sean0704@gmail.com
站內搜尋
Monday, May 18, 2015
[MAC] $PATH 的設定方法
$PATH 就是可以讓你在任何位置直接輸入命令的全域變數,簡單說就是我今天裝了一個 go 套件,我不需要在 go 的資料夾,在任何位置都可以使用 go 命令。
常見的方式有三種:
1. 直接在 /etc/paths 這個檔案中,加上
/usr/
local
/go/bin
2. 直接在 /etc/paths.d/ 這個資料夾下建立一個資料夾名稱(例如 go),然後加上
/usr/
local
/go/bin
3. 在家目錄建立一個 .bash_profile 檔,然後內容為
export
PATH=
/usr/
local
/go/bin:
$PATH
如果要讓內容立即生效,可以使用以下命令
source ~/.bash_profile
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment