[Scons-users] Scons Execution on Fedora 30 doesn't work due to python2 being in /usr/bin/python [pip & dnf install]

Ben Webb ben at salilab.org
Thu Sep 12 17:11:10 EDT 2019


On 9/12/19 12:46 PM, Bill Deegan wrote:
> So the fedora 30 packaged scons doesn't work?

It works fine on my Fedora 30 boxes:

$ scons --version
SCons by Steven Knight et al.:
	script: v3.1.1, 2019-08-27 05:24:17, by mockbuild on buildvm-03
	engine: v3.1.1, 2019-08-27 05:24:17, by mockbuild on buildvm-03
	engine path: ['/usr/lib/python3.7/site-packages/SCons']
Copyright (c) 2001 - 2019 The SCons Foundation

$ which scons
/usr/bin/scons

$ rpm -qf `which scons`
python3-scons-3.1.1-1.fc30.noarch

$ head -4 /usr/bin/scons
#! /usr/bin/python3
#
# SCons - a Software Constructor
#

	Ben
-- 
ben at salilab.org                      https://salilab.org/~ben/
"It is a capital mistake to theorize before one has data."
	- Sir Arthur Conan Doyle


More information about the Scons-users mailing list