I want to set it at startup in Ubuntu. Currently I have to manually set it after starting up.
|
feedback
|
closed as off topic by Shane Madden, Ward, voretaq7♦, Chris S♦, Holocryptic Jan 24 at 13:54
Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.
|
You can add it to the /etc/environment file, making it part of every user's environment.
To apply this change while the system is still running, use Recommended reading: Enviroment Variables - Ubuntu community documentation. | |||||||
feedback
|