[Bug 262948] Mk/Uses/scons.mk works only with default python version, not 3.9
Date: Thu, 31 Mar 2022 13:19:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262948 Mathieu Arnold <mat@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |Works As Intended --- Comment #3 from Mathieu Arnold <mat@FreeBSD.org> --- As Christian said, the default Python version as to be either the default Python 3 or the default Python 2 version, you can't have three of those. If you need Python to be 3.9, then you have to write : DEFAULT_VERSIONS+= python=3.9 python3=3.9 -- You are receiving this mail because: You are on the CC list for the bug.