The default version of Python installed is 2.4, however version 2.6 is also available.

To use Python 2.6, simply execute "python2.6" anywhere you'd normally use "python". For example, if you use Django then you can just change the first line of django.fcgi to:

#!/usr/bin/env python2.6
Was this answer helpful? 2 Users Found This Useful (13 Votes)