Re: [OT] ExifTool installation - PATH
Re: [OT] ExifTool installation - PATH
- Subject: Re: [OT] ExifTool installation - PATH
- From: John Baltutis <email@hidden>
- Date: Mon, 20 Jun 2005 13:06:28 -0700
On 2005/06/19, Irwin Poche wrote:
>
> What are the OS X pros and cons of including in PATH a new directory
>>created in /usr/local, ~/Library, or one in ~/Documents ?
None that I'm aware of. Just edit the .profile file at ~/ (or create one if
you don't have it) using the Terminal app. Mine looks like this (it also
includes an expanded manpage search criteria):
$ cat ~/.profile
##
# DELUXE-USR-LOCAL-BIN-INSERT
# (do not remove this comment)
##
echo $PATH | grep -q -s "/usr/local/bin"
if [ $? -eq 1 ] ; then
PATH=$PATH:/usr/local/bin:/Developer/Tools
export PATH
fi
export MANPATH="/usr/share/man:/usr/local/share/man:/usr/X11R6/man"
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden