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


Click here to return to the 'SetFile not appearing' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
SetFile not appearing
Authored by: sTvN on Dec 24, '03 01:29:57PM

Hello,
I have the developer tools installed but when I type SetFile into the Terminal, nothing happens. Any ideas?

Thanks,
Steven



[ Reply to This | # ]
SetFile not appearing
Authored by: mike3k on Dec 24, '03 01:46:30PM

Make sure /Developer/Tools is included in your path. If you're using tcshrc, add something like this to your .cshrc or tcshrc:

set path = ( /Developer/Tools $path /usr/local/bin ~/bin)

If you use bash, ksh, or zsh add this to the appropriate init file:

PATH=/Developer/Tools:$PATH:/usr/local/bin:~/bin



[ Reply to This | # ]
SetFile not appearing
Authored by: sTvN on Dec 25, '03 02:18:48AM

I use the default Bash. Where is the init file that you're talking about. Why didn't this get added when I installed the developer tools?

Thanks,
Steven



[ Reply to This | # ]