Linux设置/删除环境变量方法

bash下
设置:export 变量名=变量值
删除:unset 变量名
csh下
设置:setenv 变量名 变量值
删除:unsetenv 变量名

posted @ 2019-06-17 08:57  C,python,linux,java  阅读(34243)  评论(2编辑  收藏  举报