i have three python versions how can i link blender?

hi

i have three installations of python on my mac os x.

one comes with the mac os x
one i installed through fink
and the last one is the 2.3a with wxPythonOSX 2.4.0.7

ok i am new to linux and use a user with admin function and not the root account. how can i link blender to a special python version?

i read some docs but manly they are for windows or the linux do not work.

eicke

I believe you need to set your PYTHONPATH the appropriate directory(s), depending on which version of Python you want to use.

I oscillate between Python 2.0 and 2.2.

In linux, the command is ‘export PYTHONPATH=/directory/goes/here:/more/directories/here’ so on and so forth.

elam