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

Antoine Brodin <anto...@freebsd.org> changed:

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

--- Comment #4 from Antoine Brodin <anto...@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.
_______________________________________________
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to