The PATH in Suse Linux 9 (/etc/profile.local)
Last modified on July 24, 2026 • 1 min read • 119 wordsSeveral software installations modify the PATH environment variable.
export STADENROOT=/usr/local/staden-linux-rel-1-4 . $STADENROOT/staden.profileIn order to quickfix PATH problems, you can give the full path that you need in /etc/profile.local:PATH=/home/jeltsch/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/sbin/:/sbin:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/java/bin:/usr/local/bio/bin/If you leave the entry in ~/.bashrc, the staden path will be inserted before all the entries in /etc/profile.local, thus will take precedence over other entries. This breaks certain programs as some of the libraries Staden uses are older than the ones on Suse Linux 9 (see some older posting).