hello,
on my 10.6.2 i have compiled python 2.6.4 with the following options:

$ ./configure --prefix= $HOME/

all works fine, but with one exception.

i am trying to build SWFTools and have the following option:

$ ./configure --prefix=$HOME PYTHON=$HOME/bin/python

but this still finds the default MacPorts python. how do i temporarily
change my system so that the default python is  $HOME/bin/python

i have tried to change the symlink files, i also have in my .profile
export PYTHON=$HOME/bin/python:$PYTHON

but still does not work:
$ which python
/opt/local/bin/python

what am i missing?

thanks

norman

--
%>>> "".join( [ {'*':'@','^':'.'}.get(c,None) or
chr(97+(ord(c)-83)%26) for c in ",adym,*)&uzq^zqf" ] )
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to