經常使用方法:bash
1.建立並以 TextEdit 的方式打開 ~/.bash_profile 文件it
touch ~/.bash_profile;變量
open -t ~/.bash_profile配置
2.新增環境變量file
export PATH="$HOME/.rbenv/bin:$PATH"方法
3.讓以上所作的配置生效touch
source ~/.bash_profiledi
4.查看是否生效(有時可能須要關閉當前 Terminal 窗口從新開啓一個)環境變量
echo $PATH文件