码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu环境变量设置注意点

时间:2019-10-30 10:31:58      阅读:85      评论:0      收藏:0      [点我收藏+]

标签:添加内容   环境变量   ubuntu   file   profile   exp   ubunt   区别   bin   

设置环境变量时,有一点要注意:

        /etc/bash.bashrc与/etc/profile是有区别的

什么区别呢?

        打开一个新的shell时,会读取/etc/bash.bashrc和~/.bashrc里的内容;

        而linux登录时会读取/etc/profile和~/.profile里的内容;

        所以,我们可以根据自己的需要,在/etc/bash.bashrc或/etc/profile中添加内容:

        export PATH=~/bin:$PATH

        使配置生效:

        source /etc/bash.bashrc或/etc/profile

Ubuntu环境变量设置注意点

标签:添加内容   环境变量   ubuntu   file   profile   exp   ubunt   区别   bin   

原文地址:https://www.cnblogs.com/jimchen1218/p/11763274.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!