#Is there a non-shell specific way to set environment variables? (primarily $PATH)
4 messages · Page 1 of 1 (latest)
4 messages · Page 1 of 1 (latest)
this is more of a general question, but I'd like to know how to do this so I can fix a program's installation being almost fully dependent on you using bash as your shell to set your $PATH variable (aka putting it in ~/.bash_profile)
Put in the env vars as key=value pairs in /etc/environment
is there any way that does not involve root access?
~/.profile