I have some custom compilers installed on some custom path(/opt/uClinux/...) and added
to my .bashrc . While I can easily work from my command line, X applications like Eclipse or Kate do not recognize my custom path if I don't start them from a terminal. Where should I add the custom path so my X apps do not have trouble finding them? asked 17 May '10, 08:11 atilla |
If you are Ubuntu user try making global changes to PATH in:
answered 17 May '10, 09:43 maszynista 1
Note that /etc/environment is not Ubuntu specific, but a standard location for most distro's using pam_env. --jeremy
(17 May '10, 15:36)
jeremy ♦♦
Thanks. I did not know that. I am just using Ubuntu. I only write about things that I am 100% sure.
(17 May '10, 17:55)
maszynista
|