1.export 变量名=value
2.变量名=value ; export 变量名
3.declare -x 变量名=value
1.编辑 /etc/profile vim /etc/profile
2.使定义的全局环境变量生效
root@raspberrypi:~# source /etc/profile
或者
root@raspberrypi:~# . /etc/profile
3.验证
对于用户的 环境变量设置,比较常见的是用户家目录下的 ./.bashrc 和 ./.bash_profile 这两个文件。一般推荐在 .bashrc 中优先设置
常见的全局环境变量的配置文件有:/etc/profile /etc/bashrc /etc/profile.d 。一般推荐在 /etc/bashrc 里优先设置。
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。