[Bug 209204] Changing default Python version unduly difficult
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon May 2 17:06:33 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209204
Mathieu Arnold <mat at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |Unable to Reproduce
Status|New |Closed
--- Comment #1 from Mathieu Arnold <mat at FreeBSD.org> ---
Replace:
PYTHON3_DEFAULT=3.5
PYTHON_DEFAULT=3
by
DEFAULT_VERSIONS= python=3.5 python3=3.5
Now, there are ports that will insist on python 2.7, because they don't work
with 3. I don't see any reason for this to happen with devel/py-sip though.
Without builds logs, on the other hand, I don't see any way to help you.
Best is to open a PR with that port with a poudriere log, to see what happens.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list