Results 1 to 2 of 2
"Add /opt/kde/bin to your PATH" how do i do that?...
- 07-15-2003 #1Linux User
- Join Date
- Jun 2003
- Location
- Minnesota, USA yes.....
- Posts
- 479
after "make install" on k3b i get
"Add /opt/kde/bin to your PATH" how do i do that?
- 07-15-2003 #2Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
echo "PATH=$PATH:/opt/kde/bin" >> ~/.bash_profile
or you can add /opt/kde/bin to the PATH lines in /etc/profile so it effects all users on your box.


Reply With Quote
