Building for python3 instead of python2
Andrew Berg
aberg010 at my.hennepintech.edu
Thu Sep 25 14:40:04 UTC 2014
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
More information about the freebsd-python
mailing list