若是使用默認Bash, 首先修改 ~/.bash_profile 文件,添加文件路徑,好比:node
~/.bash_profile
export PATH=~/bin:/usr/local/bin/node:~/Downloads/software/gradle-1.0/bin/:$PATH
而後輸入 source ~/.bash_profile 使之生效。shell
source ~/.bash_profile
若是使用的是 zshell , 編輯 ~/.zshrc 文件, 而後再 source ~/.zshrc 。bash
~/.zshrc
source ~/.zshrc