[Ubuntu] 新增目錄至PATH環境變數
在 .profile最後加入
PATH="$PATH:/path/you/add"
(注意:profile前面有一點 (dot),不要忘了前後的雙引號,不要傻傻的輸入 /path/you/add ,輸入你要的路徑)
儲存後記得更新
> source .profile
最後檢查是否成功
> $PATH
如果看到輸入的路徑就成功了
在 .profile最後加入
PATH="$PATH:/path/you/add"
(注意:profile前面有一點 (dot),不要忘了前後的雙引號,不要傻傻的輸入 /path/you/add ,輸入你要的路徑)
儲存後記得更新
> source .profile
最後檢查是否成功
> $PATH
如果看到輸入的路徑就成功了