• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Linux PATH

Batti

Golden Member
I'm trying to add something to the PATH on my Mandrake machines, but it's not sticking. Next time I log in, it's gone. I'm using export PATH=$PATH:/usr/local/lib - is this not the right syntax?
 
i put mine in my .bashrc, but that only applies to my username. if that works, put it in there (~/.bashrc) assuming you're using bash. 🙂

~erik
 
If you want it to be system wide, put it into /etc/profile and every user will get the path change... Otherwise your .bashrc, .kshrc, .cshrc for whichever shell you use is fine....
 
Back
Top