linux下修改.bash_profile立即生效的三种方法

1 . .bash_profile
2 source .bash_profile
3 exec bash --login

你可能感兴趣的:(linux,bash)