Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Sep 2014 09:24:45 -0500
From:      Andrew Berg <aberg010@my.hennepintech.edu>
To:        <freebsd-python@freebsd.org>
Subject:   Re: Building for python3 instead of python2
Message-ID:  <542425AD.7040103@my.hennepintech.edu>
In-Reply-To: <A949998A-065C-4F6F-A376-50E20CE14E50@Chaos1.DE>
References:  <A949998A-065C-4F6F-A376-50E20CE14E50@Chaos1.DE>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2014.09.25 09:07, Axel Rau wrote:
> Hi all,
> 
> I have a port with
> 	USES=	 python 
> but it insists installing python2.7 instead of installed python3.4
> I played with
> 	DEFAULT_VERSIONS= python3:3.4
> without luck.
That's because it's the wrong syntax. You want something like this:
DEFAULT_VERSIONS=php=5.5 mysql=5.6 python=3.4 python2=2.7 python3=3.4



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?542425AD.7040103>