Have you tried putting a directory containing a symlink
to the right python version you want at the front of your
PATH

for example:

cd
mkdir -p bin
cd bin
ln -s /usr/bin/python2.5 python
export PATH="${HOME}/bin:${PATH}"
meld

-- 
Vincent Legoll
_______________________________________________
meld-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/meld-list

Reply via email to