Re: Python upgrade
- From: stormcloud <email forward me googlemail com>
- To: Vincent Legoll <vincent legoll gmail com>
- Cc: meld-list gnome org
- Subject: Re: Python upgrade
- Date: Wed, 29 Jul 2009 13:50:41 +0100
Hi,
I tried that that, but it didn't help. i was wondering if there was a python specific path defined somewhere that tells it where to find the libraries
Thanks for your help.
2009/7/29 Vincent Legoll
<vincent legoll gmail com>
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]