The explanation given is generic to the various Unix's and you just
look for the variations in naming depending on your flavour. OS X is a
mix of flavours :-), one of the fellows who started NetBSD back in
1993 is in charge of the operating systems Unix bits at Apple.
bash is the shell program set up to execute by default on your version
of OS X so look for the file .bash_profile
Mine:
# Setting PATH for MacPython 2.5 and for MacPorts
# The orginal version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/Current/bin:/opt/local/bin:${PATH}"
export PATH
# Setting MANPATH for MacPorts
MANPATH="/opt/local/share/man:${MANPATH}"
export MANPATH
Yours won't have the MacPorts entry unless you use Mac Ports :-)
Cheers,
PN
2008/11/20 tiloprobst <[EMAIL PROTECTED]>:
>
> Thanks for that explanation. Weird, I don't see a .profile in my home
> directory. Locate .profile brings up nothing relevant.
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pyglet-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---