linux修改环境变量并生效 linux下使环境变量立即生效的几种方法?
linux下使环境变量立即生效的几种方法?有两种方法:1。执行命令export name=Value2、编辑/etc/profile文件、添加export name=value、执行source/et
linux下使环境变量立即生效的几种方法?
有两种方法:1。执行命令export name=Value2、编辑/etc/profile文件、添加export name=value、执行source/etc/profile或。/etc/profile使环境比率变量立即生效。