Date: Thu, 31 Mar 2022 13:19:10 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 262948] Mk/Uses/scons.mk works only with default python version, not 3.9 Message-ID: <bug-262948-7788-TQGana8yVa@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-262948-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-262948-7788@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=3D262948 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+=3D python=3D3.9 python3=3D3.9 --=20 You are receiving this mail because: 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-262948-7788-TQGana8yVa>