Python 2.4 on Ubuntu 12.04

Posted by veepsk on Ask Ubuntu See other posts from Ask Ubuntu or by veepsk
Published on 2012-11-23T17:10:24Z Indexed on 2012/11/23 17:19 UTC
Read the original article Hit count: 330

Filed under:
|

I want to develop a Python application on Ubuntu 12.04 using python 2.4, but since the default version of python on ubuntu is 2.7. I cannot get the libraries and packages to work for python 2.4. I have tried using virtualenv but even with virtualenv I was not successful in installing packages for python2.4.

So I would like to know if there is any reliable method to get python 2.4 to work with Ubuntu. I know that I shouldnt mess with the default version of python on ubuntu and hence I am looking for a better alternative.

Thanks in advance.

© Ask Ubuntu or respective owner

Related posts about 12.04

Related posts about python