可能重复:
mac/ubuntu 何时使用 .bash_profile 和/或 .bashrc?
.bashrc 和 .bash_profile 之间的区别
我在我的 Windows 电脑上的虚拟机上加载了 ubuntu,当我打开终端时,我的 .bash_profile 似乎没有加载(我必须 source .bash_profile 才能使其工作)。
有些系统默认加载 .bashrc,而其他系统(如 Mac osx)加载 .bash_profile?
答案1
这是对你之前问题的回答实际上也已经回答了这个问题:根据你的bash
调用方式,它会读取不同的文件。有关详细指南,请参阅此网页。
前几条评论这个答案也许也能帮到你。