mac配置全局環境變量

一、判斷本身用的命令行工具:bash對應的配置文件是bash_profile ,zsh對應的配置文件是zsh_profile
二、打開命令行工具,以zsh爲例:macos

輸入:vim ~/.zsh_profile
按i調到輸入模式,意思是insert
輸入你要全局配置的路徑:export PATH=/Users/xxx/Documents/phantomjs-2.1.1-macosx/bin:$PATH
按esc,再按:wq,保存退出
在編輯器中運行source ~/.zsh_profile
全局環境就配置成功了,若是是bash,請編輯bash_profile文件
相關文章
相關標籤/搜索