View Single Post
Old Jul 6, 2009, 09:00 PM   #10
oily_17
2000 Posts
 
oily_17's Avatar
 
Join Date: Sep 2006
Location: Norn Iron
Posts: 2,056 (0.84/day)
Thanks: 214
Thanked 679 Times in 516 Posts

System Specs

To add ~/bin to $PATH try this -

Quote:
You need then to edit the “.bashrc” file which is a hidden file in your home folder. You would therefore first need to make Ubuntu show your hidden files. In the menu bar on the top of the file browser window, select “View/Show Hidden Files” and check the mark .

Then find the file “.bashrc” file and open it with the text editor. You would then need to append a line or two to the file. For example, if you would like to add the path~/bin, you would need to add the following line to the file:

PATH=~/bin:”${PATH}”
EDIT: Source
__________________

oily_17 is offline  
Reply With Quote