On Sat, Oct 30, 2010 at 2:46 PM, Sylvain Garrigues <sylgar at gmail.com> wrote: > Hello, > > I am using FreeBSD 8.1 and I would like to know the reasons why it has been decided that the default Python installation is 2.6 and not 2.7. > > Thanks in advance. Add "PYTHON_DEFAULT_VERSION=python2.7" to /etc/make.conf. - Max