www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - SCons, Python 3, and D

reply Russel Winder via Digitalmars-d <digitalmars-d puremagic.com> writes:
In case anyone has missed recent news, SCons seems now to work without
any problems using Python 3 (the one true Python =E2=80=93 until Python 4,
obviously). I am using Python 3 to run all my SCons D builds.

Obviously this relates to using a checkout of the mainline Mercurial
repository and using default branch. I am hoping that Bill will move to
creating a new release soon. This will then appear on Arch and Fedora
Rawhide fairly quickly I suspect. Debian will be ages yet as it is
still in Debian 9 lockdown.  Ubuntu and Mint, well who knows.

I can recommend using SCons from the mainline repository. I use it with
alias:

alias scons=3D"python3 /home/users/russel/Repositories/Mercurial/Forks/SCon=
s/src/script/scons.py

but, obviously, that only works for my location of the clone.

--=20
Russel.
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder ekiga.n=
et
41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel winder.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder
Jun 08 2017
parent =?UTF-8?B?Tm9yZGzDtnc=?= <per.nordlow gmail.com> writes:
On Thursday, 8 June 2017 at 09:42:50 UTC, Russel Winder wrote:
 In case anyone has missed recent news, SCons seems now to work 
 without any problems using Python 3
Nice.
 I am using Python 3 to run all my SCons D builds.
Me too :)
Jun 08 2017