Results 1 to 2 of 2
I have opened / .bash_profile or /.bashrc file but could not understand how to export path in it.....help me in this regards...
- 03-16-2008 #1Just Joined!
- Join Date
- Dec 2007
- Posts
- 21
how to export path variable in opensuse 10.3
I have opened / .bash_profile or /.bashrc file but could not understand how to export path in it.....help me in this regards
- 03-16-2008 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Just add this line to the end
where /path/you/want/added is your addition.Code:export PATH=$PATH:/path/you/want/added


Reply With Quote