Re: scons 'v fails
Mats Wichmann <[email protected]> Mon, 4 Mar 2024 11:17:00 -0700
| Newsgroups | gmane.comp.programming.tools.scons.user |
|---|---|
| Message-ID | <[email protected]> |
On 3/4/24 11:10, Bill Deegan wrote: > How did they install SCons? > (command line for install) > Which version of python? if it's the distro package, it looks like this (Alma follows RHEL closely, so I used it instead of Centos Stream, which may be ahead): [mats@alma9 ~]$ python --version Python 3.9.18 [mats@alma9 ~]$ which scons /usr/bin/scons [mats@alma9 ~]$ scons --version SCons by Steven Knight et al.: SCons: v4.5.2, Tue, 21 Mar 2023 00:00:00 +0000, by _reproducible on _reproducible SCons path: ['/usr/lib/python3.9/site-packages/SCons'] Copyright (c) 2001 - 2023 The SCons Foundation [mats@alma9 ~] of course, it doesn't fail for me....