Setting up environment variables on Ubuntu
An environment variable contains a value, which is used to change the behavior of processes at run time. Similar to other operating systems, we can also set environment variables on Ubuntu systems. You can set environment variables in 3 ways: Use the export command Using /etc/environment file Add shell script in /etc/profile.d/ directory Now we […]
Continue Reading