Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Jan 2020 14:38:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 243034] Mk/Uses/python.mk: WARNING when python version is set to non-default version in make.conf
Message-ID:  <bug-243034-21822-WJMZkINsWh@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243034-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-243034-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243034

Antoine Brodin <antoine@FreeBSD.org> changed:

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

--- Comment #4 from Antoine Brodin <antoine@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=3D python=3D3.6 python3=3D3.6

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243034-21822-WJMZkINsWh>