John Salerno wrote:
> [EMAIL PROTECTED] wrote:
> >     John> Aside from the normal commands you can use, I was wondering if
> >     John> it's possible to use Python from the terminal instead of the
> >     John> normal bash commands (e.g. print instead of echo).
> >
> > Take a look at ipython <http://ipython.scipy.org/>.  It's not precisely what
> > you've asked for, but it provides some features that help integrate Python
> > with the shell environment.
> >
> > Skip
>
> Can you use IPython to do normal bash things, like installing, etc.?

"normal bash things"? :-)  Yes, most commands can be run by putting an
'!' before them.  If you ever need to run something that for some
reason doesn't work with this, you can always run !bash and do it in
bash.  :-)

Peace,
~Simon

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to