当我们在修改.bash_profile文件后,发现每次都需要 source .bash_profile才可以生效,但是退出终端后就失效了。这时候有可能是因为你使用的不是mac默认的shell,mac默认的shell为bash。
可以先修改用户的shell,使用命令
chsh -s /bin/bash
更换shell
当我们在修改.bash_profile文件后,发现每次都需要 source .bash_profile才可以生效,但是退出终端后就失效了。这时候有可能是因为你使用的不是mac默认的shell,mac默认的shell为bash。
可以先修改用户的shell,使用命令
chsh -s /bin/bash
更换shell