[Bug 243034] Mk/Uses/python.mk: WARNING when python version is set to non-default version in make.conf

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jan 2 14:38:37 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243034

Antoine Brodin <antoine at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Open                        |Closed
         Resolution|---                         |Works As Intended

--- Comment #4 from Antoine Brodin <antoine at FreeBSD.org> ---
This is intended.

The default version of python is 3.7,  not 3.6 so default versions of python
and python3 contradict themselves in your case.

You have to use:

DEFAULT_VERSIONS= python=3.6 python3=3.6

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.


More information about the freebsd-python mailing list