tags:

views:

519

answers:

1

I am running an Ubuntu 8.10, using Python 2.5 out of the box. This is fine from the system point of view, but I need Python2.4 since I dev on Zope / Plone.

Well, installing python2.4 is no challenge, but I can't find a (clean) way to make iPython use it : no option in the man nor in the config file.

Before, there was a ipython2.4 package but it is deprecated.

+5  A: 

Ok, I answer my own question : I'm dumb :-)

ls /usr/bin/ipython*
/usr/bin/ipython  /usr/bin/ipython2.4  /usr/bin/ipython2.5

Now it's built-in...

e-satis