think i just changed what executable it called in the shell #! part ... 
didn't think of the other solution :)
 --jerome

> >
> > pythonw `which ipython`
> >
> > or (tcsh syntax, anyway.. could go in your .tcshrc or whatever)
> >
> > alias ipython "pythonw `which ipython`"
> >
> > -bob

Reply via email to