[IPython-user] small problem and feature request for 0.8 egg
Ville M. Vainio
vivainio@gmail....
Wed May 2 13:50:58 CDT 2007
On 5/2/07, Ryan Krauss <ryanlists@gmail.com> wrote:
> So, I googled for simple bat files and came up with enough information
> to try this:
>
> @echo off
> start numpy-1.0.1.win32-py2.4.exe
> start scipy-0.5.2.win32-py2.4.exe
> start matplotlib-0.87.7.win32-py2.4.exe
>
> which I put in a directory where I had the exe's. The only problem is
> that they are not synchronous. So, all 3 popped up and I ended up
> running them in reverse order (I don't know if the order matters).
Just remove "start" commands, i.e.:
@echo off
numpy-1.0.1.win32-py2.4.exe
scipy-0.5.2.win32-py2.4.exe
matplotlib-0.87.7.win32-py2.4.exe
--
Ville M. Vainio - vivainio.googlepages.com
blog=360.yahoo.com/villevainio - g[mail | talk]='vivainio'
More information about the IPython-user
mailing list