vim ~/.bash_profile
添加一行,!wq退出保存。
export PATH="/Users/liuman/.npm-global/bin:$PATH"
立即生效
source ~/.bash_profile
vim ~/.bash_profile
添加一行,!wq退出保存。
export PATH="/Users/liuman/.npm-global/bin:$PATH"
立即生效
source ~/.bash_profile