LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   export problem. (https://www.linuxquestions.org/questions/linux-software-2/export-problem-128637/)

|mS|Neo 12-24-2003 10:00 AM

export problem.
 
Everytime i compile something i need to write this in the konsole :

export GLIB_CONFIG="/opt/gtk/bin/glib-config"
export GTK_CONFIG="/opt/gtk/bin/gtk-config"
export LD_LIBRARY_PATH="/opt/gtk/lib/"

is there any way that it the variables would stay permanently?

Thanx in advance.

trickykid 12-24-2003 11:49 AM

Edit and add to either your /home/$USER/.bashrc or .bash_profile or you can edit your /etc/profile which is the global file.

Regards.


All times are GMT -5. The time now is 04:58 PM.