凝思系统V6.0.80设置环境变量后新终端不生效

60

解决方法:

cd 
vim .bash_profile

#输入下面内容
# .bash_profile
        
if [ -f ~/.bashrc ]; then
    . ~/.bashrc                                                                                                                    
fi 

之后新开一个终端就好了