flavor set to python 3.6 but still getting python 2.7

David Mehler dave.mehler at gmail.com
Sat Dec 15 11:31:57 UTC 2018


Hello,

Thanks for your reply. I don't have three separate lines in my
/etc/make.conf this is what I have:

# default version to use when certain ports are pulled in as dependencies
DEFAULT_VERSIONS+= ssl=openssl apache=2.4 mysql=5.7 php=7.3 python=3.6
python3=3.6 perl5=5.26



Thanks.
Dave.


On 12/15/18, Carmel NY <carmel_ny at outlook.com> wrote:
> On Fri, 14 Dec 2018 19:24:15 -0500, David Mehler stated:
>
>>Hello,
>>
>>I'm running 11.2, i've got python 3.6 set in DEFAULT_VERSIONS of
>>make.conf for both python and python3 I thought i'd just be getting
>>python 3.6 and it's package, but a a port is pulling in python 2.7. Is
>>this right?
>>
>>Thanks.
>>Dave.
>>_______________________________________________
>>freebsd-questions at freebsd.org mailing list
>>https://lists.freebsd.org/mailman/listinfo/freebsd-questions
>>To unsubscribe, send any mail to
>> "freebsd-questions-unsubscribe at freebsd.org"
>
>
> Is your notation in this form:
>
> # Possible values: 2.7, 3.4, 3.5, 3.6
> DEFAULT_VERSIONS+=python=3.6
>
> # Possible values: 2.7
> DEFAULT_VERSIONS+=python2=2.7
>
> # Possible values: 3.4, 3.5, 3.6
> DEFAULT_VERSIONS+=python3=3.6
>
> --
> Carmel
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe at freebsd.org"
>


More information about the freebsd-questions mailing list