|
|
Question : Fedora C2 Bash Path
|
|
How can I change the PATH so that the new values are permanent?
I found issuing "PATH=${PATH}:/added path" lasts as long as the window.
Thank you.
|
Answer : Fedora C2 Bash Path
|
|
You need to update either the system wide /etc/profile file with your path changes or your per-user settings in ~/.bash_profile (That's /home/your-user/.bash_profile usually)
|
|
|
|