系统相关
首页 > 系统相关> > linux重启 /etc/profile环境变量不生效

linux重启 /etc/profile环境变量不生效

作者:互联网

1、现象

在 /etc/profile里加了环境变量,但是重启这个环境变量未加入成功

 

2、原因

可能是被其他加载环境变量的脚本刷掉了

参考:https://blog.csdn.net/my_wings/article/details/102617631

 

 

3、解决

在.bashrc里添加

vim ~/.bashrc 
source /etc/profile

 

标签:profile,bashrc,重启,刷掉,etc,linux,环境变量
来源: https://www.cnblogs.com/judes/p/14603305.html