

新闻资讯
技术学院To permanently set environment variables, add the export command to ~/.bashrc or /etc/profile, then reload using source ~/.bashrc or source /etc/profile.To permanently set environment variables in Linux, add the PATH export c
ommand to shell configuration files like ~/.bashrc or /etc/profile, then reload with source command.