Quote:
Originally posted by Fred Affe
Hi all!
I want to add /home/user/glib-1.2.3 to my path...
But where do I find path and how can I add /home/user/glib-1.2.3 to it??
Thanks,
FredAffe
|
Where do you find the $PATH variable?
Normally in /etc/profile but it's also in the above example I've given you. To SEE the $PATH variable without changing it, you can echo it:
echo $PATH
You can do that for many variables. To see a cool list of variables you have on your system, type:
env
Cool