I've just installed Python and Django on my Ubuntu system (following the Linode user guide, to the best of my knowledge). However, the system still uses the Python 2.6 as the default installation.
Is there anyway to reconfigure Python 3.1 as the default handler rather than 2.6?
Django doesn't even support running on Python 3: http://docs.djangoproject.com/en/dev/fa … h-python-3">http://docs.djangoproject.com/en/dev/faq/install/#can-i-use-django-with-python-3