[Scons-users] Virtualenv and Scons?

Larry Gadallah lgadalla at impinj.com
Fri Sep 6 20:17:02 EDT 2013




>Message: 3

>Date: Fri, 6 Sep 2013 14:16:17 -0700

>From: Bill Deegan <bill at baddogconsulting.com>

>Subject: Re: [Scons-users] Virtualenv and Scons?

>To: SCons users mailing list <scons-users at scons.org>

>Message-ID:

> <CAEyG4CFLJqtiPQoKcV8BY=t5+8+jZNhiL6Q0hikRvmzSSKAoCw at mail.gmail.com>

>Content-Type: text/plain; charset="iso-8859-1"

>

>Larry,

>

>

>So you want to run sphinx via python calls inside a SConstruct?

>as in:

>import sphinx

>sphinx.do_something() ?

>

>-Bill


Hello Bill:

Yes, that is exactly what we want to do, except we don't want to have to
have several dozen Python libraries installed in the system Python path on
every build machine. We'd like to be able to create the Python environment
on the fly, using virtualenv. Hence the desire to run virtualenv/pip
inside a Sconstruct.

Thanks,
--
Larry Gadallah
lgadalla at impinj.com
x9706






>




More information about the Scons-users mailing list