Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'How to add DevTools to bash path' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
How to add DevTools to bash path
Authored by: TigerKR on Dec 29, '03 10:10:09AM
In the terminal type:

sudo cp /etc/profile /etc/profile.bak; sudo pico /etc/profile

and then edit the line with "PATH=" to look like this:

PATH="/bin:/sbin:/usr/bin:/usr/sbin:/Developer/Tools"

then type control-x to exit, then press y to save changes, then press return to confirm the file location.

Then close the terminal window, and reopen!

[ Reply to This | # ]