Re: [Numpy-discussion] Command-line options for (Windows) NumPy Installer?
Thanks Ralf! I'm interested in unattended/silent installations. My best, Dave --------------------------------------------------- Date: Sat, 21 Apr 2012 10:48:36 +0200 From: Ralf Gommers <ralf.gommers@googlemail.com> Subject: Re: [Numpy-discussion] Command-line options for (Windows) NumPy Installer? To: Discussion of Numerical Python <numpy-discussion@scipy.org> Message-ID: <CABL7CQjHRun1BOndM0+adgS8msNkS4UR1KHUddc7vVYwTt=prg@mail.gmail.com> Content-Type: text/plain; charset="windows-1252" On Fri, Apr 20, 2012 at 8:05 PM, Dave Fugate <dfugate@microsoft.com> wrote:
Hi, is there any documentation available on exactly which command line options are available from NumPy?s ?superpack? installers on Windows? E.g., http://docs.scipy.org/doc/numpy/user/install.html mentions an ?/arch? flag, but I?m not seeing anything else called out.
Other than arch selection I think it's a fairly standard NSIS installer. No idea what else you can do with it though from the command line. Are you looking to accomplish some specific task? Ralf
On Mon, Apr 23, 2012 at 5:55 PM, Dave Fugate <dfugate@microsoft.com> wrote:
Thanks Ralf! I'm interested in unattended/silent installations.
I'm afraid that that doesn't work. NSIS installers provide the /S option for silent installs, but it requires some changes to the install script that we apparently didn't make. I opened http://projects.scipy.org/numpy/ticket/2112 for this. Ralf
--------------------------------------------------- Date: Sat, 21 Apr 2012 10:48:36 +0200 From: Ralf Gommers <ralf.gommers@googlemail.com> Subject: Re: [Numpy-discussion] Command-line options for (Windows) NumPy Installer? To: Discussion of Numerical Python <numpy-discussion@scipy.org> Message-ID: <CABL7CQjHRun1BOndM0+adgS8msNkS4UR1KHUddc7vVYwTt=prg@mail.gmail.com
Content-Type: text/plain; charset="windows-1252"
On Fri, Apr 20, 2012 at 8:05 PM, Dave Fugate <dfugate@microsoft.com> wrote:
Hi, is there any documentation available on exactly which command line options are available from NumPy?s ?superpack? installers on Windows? E.g., http://docs.scipy.org/doc/numpy/user/install.html mentions an ?/arch? flag, but I?m not seeing anything else called out.
Other than arch selection I think it's a fairly standard NSIS installer. No idea what else you can do with it though from the command line. Are you looking to accomplish some specific task?
Ralf
participants (2)
-
Dave Fugate -
Ralf Gommers