PDA

View Full Version : [ubuntu] Python 2.5 on ubuntu 11.04



jayarajmohan
August 17th, 2011, 10:15 AM
Hi,

I am using Ubuntu 11.04. I need to python2.5 in this OS. Currently it says python2.7.

How to change this version in Ubuntu 11.04 ?

I have checked in the dabian default file. This shows as following,


[DEFAULT]
# the default python version
default-version = python2.7

# all supported python versions
supported-versions = python2.6, python2.7

# formerly supported python versions
old-versions = python2.3, python2.4, python2.5

# unsupported versions, including older versions
unsupported-versions = python2.3, python2.4, python2.5


Kindly help me to find this...

Thanks and Regards,
jayaraJMohan.J

raja.genupula
August 17th, 2011, 03:47 PM
Welcome to forums

you wanna try to install an unsupported version then its gonna create some serious problem .

so keep two versions , to make like that follow this

http://codingstack.com/questions/how-to-run-multiple-python-version-on-a-single-os

jayarajmohan
September 3rd, 2011, 03:55 AM
Yes I have fixed my issues in default version of python itself.. Its working good.. Thanks..