打开~/.bash_profile文件
open -e ~/.bash_profile
增加一行
export PATH=~/.npm-global/bin:$PATH
执行
source ~/.bash_profile
会遇到关闭终端,又不起作用的问题
打开~/.zshrc文件
open -e ~/.zshrc
增加一行
source ~/.bash_profile
执行
source ~/.zshrc
打开~/.bash_profile文件
open -e ~/.bash_profile
增加一行
export PATH=~/.npm-global/bin:$PATH
执行
source ~/.bash_profile
会遇到关闭终端,又不起作用的问题
打开~/.zshrc文件
open -e ~/.zshrc
增加一行
source ~/.bash_profile
执行
source ~/.zshrc