[Scons-users] Windows installer for SCons 3.0.1

Bill Deegan bill at baddogconsulting.com
Mon Jun 11 11:04:43 EDT 2018


Steve,

In that case, virtualenv is your friend

virtualenv scons-#.#.#
scons-#.#.#\scripts\activate.bat
pip install -U pip
pip install scons

You can create one virtualenv per scons version.

-Bill

On Mon, Jun 11, 2018 at 12:33 AM, Steve Hill (Wireless) <
Steve.Hill1 at viavisolutions.com> wrote:

> Hi Bill,
>
>
>
> Thanks for this. It might be worth updating the downloads page with this
> information?
>
>
>
> We are currently using 2.7.12 32-bit (though we also use 3.6.3 for 64-bit
> duties and may look forward to switching over this at some point in the
> future.)
>
>
>
> The install seems to have gone well using the commands that you gave
> below. The only issue that I have with using PIP is that we need to support
> having multiple versions of SCons installed against the same python
> install; is this possible?
>
>
>
> Thanks again,
>
>
>
> S.
>
>
>
>
>
> *From:* Scons-users [mailto:scons-users-bounces at scons.org] *On Behalf Of *Bill
> Deegan
> *Sent:* 08 June 2018 17:11
> *To:* SCons users mailing list
> *Subject:* Re: [Scons-users] Windows installer for SCons 3.0.1
>
>
>
> Steve,
>
>
>
> We've dropped the windows installer in favor of pip install.
>
> Please give that a try.
>
>
>
> Which version of Python are you planning on using it with?
>
>
>
> I recommend running:
>
> python -mpip install -U pip
>
> python -mpip install scons
>
>
>
> (To ensure you have the latest pip installed, and pip  installing scons
> requires a fairly recent version)
>
>
>
> -Bill
>
>
>
> On Fri, Jun 8, 2018 at 2:06 AM, Steve Hill (Wireless) <
> Steve.Hill1 at viavisolutions.com> wrote:
>
> All,
>
>
>
> We are planning to upgrade to MSVS2017 so we need to move to SCons 3.0.1.
> However, when I click on the download link for the Windows installer on
> https://scons.org/pages/download.html, it appears not to exist – I just
> get taken to a SourceForge page that offers me a .zip file. How do I go
> about getting a Windows installer for the latest production version of
> SCons?
>
>
>
> Thanks in advance,
>
>
>
> Steve.
>
>
> _______________________________________________
> Scons-users mailing list
> Scons-users at scons.org
> https://pairlist4.pair.net/mailman/listinfo/scons-users
>
>
>
> _______________________________________________
> Scons-users mailing list
> Scons-users at scons.org
> https://pairlist4.pair.net/mailman/listinfo/scons-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20180611/d9b9e1d7/attachment-0001.html>


More information about the Scons-users mailing list