flavor set to python 3.6 but still getting python 2.7

Carmel NY carmel_ny at outlook.com
Sat Dec 15 10:38:40 UTC 2018


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


More information about the freebsd-questions mailing list