Link to home
Start Free TrialLog in
Avatar of gunghoassassin
gunghoassassin

asked on

Setting Paths?

I just compiled Kommander, and right after the install it said:

*************** Important *************************

 Add /usr/bin to your PATH and
 add /usr to your KDEDIRS!

How would I go about doing that?  I'm fairly new to linux.

Using Mandrake 10: Official
ASKER CERTIFIED SOLUTION
Avatar of sciuriware
sciuriware

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sciuriware
sciuriware

First see if these settings are already present:

echo $PATH
echo $KDEDIRS

if they're not set (visible), then you might add the commands I mentioned earlier to your .profile
(for you alone) or to /etc/.profile  (for every user).
There's more places where you can set them but these are basic.
;JOOP!
OK, this was basic, so as soon as possible, get yourself a simple book about it.
Good luck!

;JOOP!