Issue
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.
Solution
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...
Answered By - e-satis
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.