Re: [Tutor] setting PYTHONPATH on mac

2009-02-27 Thread Alan Gauld
wrote how does one go about setting a PYTHON path environment variable on Mac OS X 10.4? Your subject asks about PYTHONPATH, your text asks about PATH. These are two different things. Which do you want to know about? PATH is how Unix (ie MacOS aka Darwin) finds your Python interpreter PYTHO

Re: [Tutor] setting PYTHONPATH on mac

2009-02-26 Thread Valdemaras Jonikas
>> how does one go about setting a PYTHON path environment variable on >> Mac OS X 10.4? > >i set up my .profile in the Terminal.app (UNIX) with a text file with >the following line: >PATH=$PATH:/Applications/Autodesk/maya8.5/Maya.app/Contents/bin You should do more or less the same -- edit .b

[Tutor] setting PYTHONPATH on mac

2009-02-26 Thread bmol...@att.net
how does one go about setting a PYTHON path environment variable on Mac OS X 10.4? i set up my .profile in the Terminal.app (UNIX) with a text file with the following line: PATH=$PATH:/Applications/Autodesk/maya8.5/Maya.app/Contents/bin thanks, -b